commit: 83bf9bb5b502afe4c094776cb06b3d2cd262aea1 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Wed Jan 6 10:21:23 2021 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Wed Jan 6 10:21:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83bf9bb5
dev-libs/libgpg-error-1.41: drop undefined prefix hack, upstreamed Closes: https://bugs.gentoo.org/584330 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> dev-libs/libgpg-error/libgpg-error-1.41.ebuild | 9 --------- 1 file changed, 9 deletions(-) diff --git a/dev-libs/libgpg-error/libgpg-error-1.41.ebuild b/dev-libs/libgpg-error/libgpg-error-1.41.ebuild index b950fc2c74f..e7d39c3fe17 100644 --- a/dev-libs/libgpg-error/libgpg-error-1.41.ebuild +++ b/dev-libs/libgpg-error/libgpg-error-1.41.ebuild @@ -43,15 +43,6 @@ src_prepare() { # not a pure /bin/sh script, so it fails on some hosts hprefixify -w 1 autogen.sh eautoreconf - - if use prefix ; then - # upstream seems not interested in trying to understand (#584330) - # https://lists.gnupg.org/pipermail/gnupg-devel/2017-March/032671.html - # again reported as https://dev.gnupg.org/T4474 - einfo "Forcing -no-undefined libtool flag ..." - sed -i -e 's/\$(no_undefined)/-no-undefined/' src/Makefile.in - eend $? || die - fi } multilib_src_configure() {
