From 50c4d5cfbf1330b3b5381c6205d4acdbc46d52ee Mon Sep 17 00:00:00 2001 From: Michael Haubenwallner Date: Wed, 5 Jun 2019 15:43:38 +0200 Subject: app-crypt/libb2: use -no-undefined libtool flag https://github.com/BLAKE2/libb2/pull/28 Closes: https://bugs.gentoo.org/687442 Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner --- app-crypt/libb2/libb2-0.98.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app-crypt/libb2') diff --git a/app-crypt/libb2/libb2-0.98.1.ebuild b/app-crypt/libb2/libb2-0.98.1.ebuild index 440bcd1bb916..6ed261ba062b 100644 --- a/app-crypt/libb2/libb2-0.98.1.ebuild +++ b/app-crypt/libb2/libb2-0.98.1.ebuild @@ -35,6 +35,8 @@ src_prepare() { default # fix bashism sed -i -e 's/ == / = /' configure.ac || die + # https://github.com/BLAKE2/libb2/pull/28 + echo 'libb2_la_LDFLAGS = -no-undefined' >> src/Makefile.am || die eautoreconf # upstream doesn't make releases } -- cgit v1.2.3-65-gdbad