summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2019-01-04 10:36:03 +0200
committerAlon Bar-Lev <alonbl@gentoo.org>2019-01-04 10:37:02 +0200
commita66b106e25440d56b008371c60cb347c6fc62fe7 (patch)
treee40fd46bc1fe8654e0ec4d034e45a71738b05226 /app-crypt/tpm2-tools/tpm2-tools-3.1.3.ebuild
parentmedia-libs/libsoundtouch: version bump to 2.1.1 (diff)
downloadgentoo-a66b106e25440d56b008371c60cb347c6fc62fe7.tar.gz
gentoo-a66b106e25440d56b008371c60cb347c6fc62fe7.tar.bz2
gentoo-a66b106e25440d56b008371c60cb347c6fc62fe7.zip
app-crypt/tpm2-tools: fix libressl support
Closes: https://bugs.gentoo.org/show_bug.cgi?id=674158 Thanks: Toralf Förster Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-crypt/tpm2-tools/tpm2-tools-3.1.3.ebuild')
-rw-r--r--app-crypt/tpm2-tools/tpm2-tools-3.1.3.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/app-crypt/tpm2-tools/tpm2-tools-3.1.3.ebuild b/app-crypt/tpm2-tools/tpm2-tools-3.1.3.ebuild
index a23c0b4d9a6a..df27445aa2b5 100644
--- a/app-crypt/tpm2-tools/tpm2-tools-3.1.3.ebuild
+++ b/app-crypt/tpm2-tools/tpm2-tools-3.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,6 +20,10 @@ DEPEND="${RDEPEND}
test? ( dev-util/cmocka )"
BDEPEND="virtual/pkgconfig"
+PATCHES=(
+ "${FILESDIR}/${P}-libressl.patch"
+)
+
src_configure() {
econf \
--disable-hardening \