diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-11-02 11:40:15 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-11-02 11:45:33 -0500 |
commit | dd588cea48800ad200fb46885d974b531b9d3f69 (patch) | |
tree | e1584e5e22c7c0cbc2e922d77a75c528d845ab7b /sys-apps | |
parent | net-misc/stunnel: version bump to 5.25 (diff) | |
download | gentoo-dd588cea48800ad200fb46885d974b531b9d3f69.tar.gz gentoo-dd588cea48800ad200fb46885d974b531b9d3f69.tar.bz2 gentoo-dd588cea48800ad200fb46885d974b531b9d3f69.zip |
sys-apps/util-linux: drop --libdir prefix hack
The comment says upstream fixed this a while back, so drop it here.
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/util-linux/util-linux-9999.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild index ee2ab6a9764f..95c5785af85e 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 \ |