summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2019-06-05 15:43:38 +0200
committerMichael Haubenwallner <haubi@gentoo.org>2019-06-05 16:19:39 +0200
commit50c4d5cfbf1330b3b5381c6205d4acdbc46d52ee (patch)
tree29617bed856c696311f9b9f8ad1d1801d5cc0a26
parentsys-block/thin-provisioning-tools: Removed old. (diff)
downloadgentoo-50c4d5cf.tar.gz
gentoo-50c4d5cf.tar.bz2
gentoo-50c4d5cf.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>
-rw-r--r--app-crypt/libb2/libb2-0.98.1.ebuild2
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
}