Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm-tools/files/
Date: Tue, 11 Sep 2018 17:25:32
Message-Id: 1536686718.8b59a66a410b696f8f4face3dd681cf62249cbea.alonbl@gentoo
1 commit: 8b59a66a410b696f8f4face3dd681cf62249cbea
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 11 17:15:51 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 11 17:25:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b59a66a
7
8 app-crypt/tpm-tools: remove unused patch(es)
9
10 Closes: https://github.com/gentoo/gentoo/pull/9827
11
12 app-crypt/tpm-tools/files/tpm-tools-1.3.9-gold.patch | 10 ----------
13 1 file changed, 10 deletions(-)
14
15 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
16 deleted file mode 100644
17 index 1745c690e57..00000000000
18 --- a/app-crypt/tpm-tools/files/tpm-tools-1.3.9-gold.patch
19 +++ /dev/null
20 @@ -1,10 +0,0 @@
21 -diff --git a/lib/Makefile.am b/lib/Makefile.am
22 -index cef6a2f..d7092a7 100644
23 ---- a/lib/Makefile.am
24 -+++ b/lib/Makefile.am
25 -@@ -80,4 +80,4 @@ endif
26 - # Unseal library - for addition to existing apps, counter part of seal cmd
27 - libtpm_unseal_la_SOURCES = tpm_unseal.c
28 - libtpm_unseal_la_LDFLAGS = -shared -version-info 1:0:0
29 --libtpm_unseal_la_LIBADD = -ltspi libtpm_tspi.la @INTLLIBS@
30 -+libtpm_unseal_la_LIBADD = -ltspi libtpm_tspi.la -lcrypto @INTLLIBS@