diff options
author | Salah Coronya <salah.coronya@gmail.com> | 2020-08-05 18:16:32 -0500 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-09-06 08:55:16 +0300 |
commit | 47af162aba9d836e7720a83239cffff006bfd4df (patch) | |
tree | 1d9dcd1f4c853a1bc5a7292e52e22e7d0b589c42 /app-crypt/tpm2-tss/files | |
parent | sys-fs/compsize: 9999 update + EAPI 7 (diff) | |
download | gentoo-47af162aba9d836e7720a83239cffff006bfd4df.tar.gz gentoo-47af162aba9d836e7720a83239cffff006bfd4df.tar.bz2 gentoo-47af162aba9d836e7720a83239cffff006bfd4df.zip |
app-crypt/tpm2-tss: Bump to 2.4.2
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Salah Coronya <salah.coronya@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-crypt/tpm2-tss/files')
-rw-r--r-- | app-crypt/tpm2-tss/files/tpm2-tss-2.4.2-Dont-run-systemd-sysusers-in-Makefile.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-crypt/tpm2-tss/files/tpm2-tss-2.4.2-Dont-run-systemd-sysusers-in-Makefile.patch b/app-crypt/tpm2-tss/files/tpm2-tss-2.4.2-Dont-run-systemd-sysusers-in-Makefile.patch new file mode 100644 index 000000000000..c37a73531c02 --- /dev/null +++ b/app-crypt/tpm2-tss/files/tpm2-tss-2.4.2-Dont-run-systemd-sysusers-in-Makefile.patch @@ -0,0 +1,15 @@ +diff --git a/Makefile.am b/Makefile.am +index 322415b8..39e09063 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -602,10 +602,6 @@ endif #FAPI + EXTRA_DIST += dist/tpm-udev.rules + + install-dirs: +-if HOSTOS_LINUX +- (systemd-sysusers && systemd-tmpfiles --create) || \ +- ($(call make_tss_user_and_group) && $(call make_fapi_dirs) && ($call set_fapi_permissions)) || true +-endif + + install-data-hook: install-dirs + -if [ ! -z "$(udevrulesprefix)" ]; then \ |