diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-09-11 19:15:51 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-11 20:25:18 +0300 |
commit | 8b59a66a410b696f8f4face3dd681cf62249cbea (patch) | |
tree | dd951fa1c85e0c63bc22ee37f8cac1a6773f8536 /app-crypt/tpm-tools | |
parent | x11-terms/sakura: Version 3.6.0. (diff) | |
download | gentoo-8b59a66a410b696f8f4face3dd681cf62249cbea.tar.gz gentoo-8b59a66a410b696f8f4face3dd681cf62249cbea.tar.bz2 gentoo-8b59a66a410b696f8f4face3dd681cf62249cbea.zip |
app-crypt/tpm-tools: remove unused patch(es)
Closes: https://github.com/gentoo/gentoo/pull/9827
Diffstat (limited to 'app-crypt/tpm-tools')
-rw-r--r-- | app-crypt/tpm-tools/files/tpm-tools-1.3.9-gold.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/app-crypt/tpm-tools/files/tpm-tools-1.3.9-gold.patch b/app-crypt/tpm-tools/files/tpm-tools-1.3.9-gold.patch deleted file mode 100644 index 1745c690e570..000000000000 --- a/app-crypt/tpm-tools/files/tpm-tools-1.3.9-gold.patch +++ /dev/null @@ -1,10 +0,0 @@ -diff --git a/lib/Makefile.am b/lib/Makefile.am -index cef6a2f..d7092a7 100644 ---- a/lib/Makefile.am -+++ b/lib/Makefile.am -@@ -80,4 +80,4 @@ endif - # Unseal library - for addition to existing apps, counter part of seal cmd - libtpm_unseal_la_SOURCES = tpm_unseal.c - libtpm_unseal_la_LDFLAGS = -shared -version-info 1:0:0 --libtpm_unseal_la_LIBADD = -ltspi libtpm_tspi.la @INTLLIBS@ -+libtpm_unseal_la_LIBADD = -ltspi libtpm_tspi.la -lcrypto @INTLLIBS@ |