commit: dd588cea48800ad200fb46885d974b531b9d3f69
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 2 16:40:15 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Nov 2 16:45:33 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd588cea
sys-apps/util-linux: drop --libdir prefix hack
The comment says upstream fixed this a while back, so drop it here.
sys-apps/util-linux/util-linux-9999.ebuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/sys-apps/util-linux/util-linux-9999.ebuild
b/sys-apps/util-linux/util-linux-9999.ebuild
index ee2ab6a..95c5785 100644
--- a/sys-apps/util-linux/util-linux-9999.ebuild
+++ b/sys-apps/util-linux/util-linux-9999.ebuild
@@ -90,13 +90,9 @@ multilib_src_configure() {
tc-is-cross-compiler && export scanf_cv_alloc_modifier=ms
export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam)
#485486
export ac_cv_header_security_pam_appl_h=$(multilib_native_usex pam)
#545042
- # We manually set --libdir to the default since on prefix, econf will
set it to
- # a value which the configure script does not recognize. This makes it
set the
- # usrlib_execdir to a bad value. bug #518898#c2, fixed upstream for
>2.25
ECONF_SOURCE=${S} \
econf \
--enable-fs-paths-extra="${EPREFIX}/usr/sbin:${EPREFIX}/bin:${EPREFIX}/usr/bin"
\
- --libdir='${prefix}/'"$(get_libdir)" \
--docdir='${datarootdir}'/doc/${PF} \
$(multilib_native_use_enable nls) \
--enable-agetty \