summaryrefslogtreecommitdiff
path: root/app-crypt
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2017-11-27 20:02:22 +0100
committerCtibor Brančík <ctibor@brancik.cz>2017-11-27 20:02:22 +0100
commit6e7b9909ead972c05310f12e442adeaabb5f80c9 (patch)
treeda6e6bd7635faf13db97d8b35757af2f7cc18a4e /app-crypt
parentda1db82255ed94683a5f35deb97c4440d285fbdb (diff)
downloadbrancik-overlay-6e7b9909ead972c05310f12e442adeaabb5f80c9.tar.gz
brancik-overlay-6e7b9909ead972c05310f12e442adeaabb5f80c9.tar.bz2
Remove unnecessary patch from tpm-tools
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/tpm-tools/files/tpm-tools-1.3.9-gold.patch10
-rw-r--r--app-crypt/tpm-tools/tpm-tools-1.3.9.1.ebuild4
2 files changed, 0 insertions, 14 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 1745c69..0000000
--- 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@
diff --git a/app-crypt/tpm-tools/tpm-tools-1.3.9.1.ebuild b/app-crypt/tpm-tools/tpm-tools-1.3.9.1.ebuild
index ff712c7..28a022b 100644
--- a/app-crypt/tpm-tools/tpm-tools-1.3.9.1.ebuild
+++ b/app-crypt/tpm-tools/tpm-tools-1.3.9.1.ebuild
@@ -25,10 +25,6 @@ RDEPEND="${COMMON_DEPEND}
DEPEND="${COMMON_DEPEND}
nls? ( sys-devel/gettext )"
-PATCHES=(
- "${FILESDIR}/${P}-gold.patch"
-)
-
S="${WORKDIR}"
src_prepare() {