diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2019-06-05 15:43:38 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2019-06-05 16:19:39 +0200 |
commit | 50c4d5cfbf1330b3b5381c6205d4acdbc46d52ee (patch) | |
tree | 29617bed856c696311f9b9f8ad1d1801d5cc0a26 /app-crypt/libb2 | |
parent | sys-block/thin-provisioning-tools: Removed old. (diff) | |
download | gentoo-50c4d5cfbf1330b3b5381c6205d4acdbc46d52ee.tar.gz gentoo-50c4d5cfbf1330b3b5381c6205d4acdbc46d52ee.tar.bz2 gentoo-50c4d5cfbf1330b3b5381c6205d4acdbc46d52ee.zip |
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 <haubi@gentoo.org>
Diffstat (limited to 'app-crypt/libb2')
-rw-r--r-- | app-crypt/libb2/libb2-0.98.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 } |