Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/
Date: Mon, 02 Nov 2015 16:47:30
Message-Id: 1446482733.dd588cea48800ad200fb46885d974b531b9d3f69.vapier@gentoo
1 commit: dd588cea48800ad200fb46885d974b531b9d3f69
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 2 16:40:15 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 16:45:33 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd588cea
7
8 sys-apps/util-linux: drop --libdir prefix hack
9
10 The comment says upstream fixed this a while back, so drop it here.
11
12 sys-apps/util-linux/util-linux-9999.ebuild | 4 ----
13 1 file changed, 4 deletions(-)
14
15 diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild
16 index ee2ab6a..95c5785 100644
17 --- a/sys-apps/util-linux/util-linux-9999.ebuild
18 +++ b/sys-apps/util-linux/util-linux-9999.ebuild
19 @@ -90,13 +90,9 @@ multilib_src_configure() {
20 tc-is-cross-compiler && export scanf_cv_alloc_modifier=ms
21 export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam) #485486
22 export ac_cv_header_security_pam_appl_h=$(multilib_native_usex pam) #545042
23 - # We manually set --libdir to the default since on prefix, econf will set it to
24 - # a value which the configure script does not recognize. This makes it set the
25 - # usrlib_execdir to a bad value. bug #518898#c2, fixed upstream for >2.25
26 ECONF_SOURCE=${S} \
27 econf \
28 --enable-fs-paths-extra="${EPREFIX}/usr/sbin:${EPREFIX}/bin:${EPREFIX}/usr/bin" \
29 - --libdir='${prefix}/'"$(get_libdir)" \
30 --docdir='${datarootdir}'/doc/${PF} \
31 $(multilib_native_use_enable nls) \
32 --enable-agetty \