Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: dev-libs/libgpg-error/
Date: Tue, 29 May 2018 17:26:44
Message-Id: 1527614785.04ba7c30638471966ab6837441a7ca5fbf86aa11.haubi@gentoo
1 commit: 04ba7c30638471966ab6837441a7ca5fbf86aa11
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 29 17:26:25 2018 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Tue May 29 17:26:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=04ba7c30
7
8 dev-libs/libgpg-error: force -no-undefined libtool flag (#584330)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-libs/libgpg-error/libgpg-error-1.29.ebuild | 6 ++++++
13 1 file changed, 6 insertions(+)
14
15 diff --git a/dev-libs/libgpg-error/libgpg-error-1.29.ebuild b/dev-libs/libgpg-error/libgpg-error-1.29.ebuild
16 index 6bb622efd3..da73f4e943 100644
17 --- a/dev-libs/libgpg-error/libgpg-error-1.29.ebuild
18 +++ b/dev-libs/libgpg-error/libgpg-error-1.29.ebuild
19 @@ -35,6 +35,12 @@ src_prepare() {
20 hprefixify "${S}"/autogen.sh
21 eautoreconf
22 elibtoolize
23 +
24 + # upstream seems not interested in trying to understand (#584330)
25 + # https://lists.gnupg.org/pipermail/gnupg-devel/2017-March/032671.html
26 + einfo "Forcing -no-undefined libtool flag ..."
27 + sed -i -e 's/\$(no_undefined)/-no-undefined/' src/Makefile.in
28 + eend $? || die
29 }
30
31 multilib_src_configure() {