summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-09-06 07:31:41 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-09-06 07:31:41 +0000
commit29e110a22cb5d3c7132c8c5b432c683c3f567d1e (patch)
treee20d913a96ee1c356dbe07d52d17856d84f9a5e7 /net-fs/autofs/autofs-5.0.7-r4.ebuild
parentUse correct phase names. (diff)
downloadhistorical-29e110a22cb5d3c7132c8c5b432c683c3f567d1e.tar.gz
historical-29e110a22cb5d3c7132c8c5b432c683c3f567d1e.tar.bz2
historical-29e110a22cb5d3c7132c8c5b432c683c3f567d1e.zip
Respect AR and RANLIB, wrt bug #483716. Thanks to Agostino Sarubbo for discovering this issue and Dennis Lan for provided patch
Package-Manager: portage-2.2.1/cvs/Linux x86_64 Manifest-Sign-Key: 0x1F357D42
Diffstat (limited to 'net-fs/autofs/autofs-5.0.7-r4.ebuild')
-rw-r--r--net-fs/autofs/autofs-5.0.7-r4.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/net-fs/autofs/autofs-5.0.7-r4.ebuild b/net-fs/autofs/autofs-5.0.7-r4.ebuild
index 022e6d5acfd4..4b25beb03e17 100644
--- a/net-fs/autofs/autofs-5.0.7-r4.ebuild
+++ b/net-fs/autofs/autofs-5.0.7-r4.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.7-r4.ebuild,v 1.4 2013/09/05 16:01:13 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.7-r4.ebuild,v 1.5 2013/09/06 07:31:38 pinkbyte Exp $
EAPI=5
AUTOTOOLS_AUTORECONF=true
-inherit autotools-utils linux-info multilib systemd
+inherit autotools-utils linux-info multilib systemd toolchain-funcs
PATCH_VER=3
[[ -n ${PATCH_VER} ]] && \
@@ -80,6 +80,8 @@ src_prepare() {
}
src_configure() {
+ # bug #483716
+ tc-export AR
# --with-confdir is for bug #361481
# --with-mapdir is for bug #385113
local myeconfargs=(
@@ -97,6 +99,7 @@ src_configure() {
--enable-ignore-busy
--with-systemd
systemddir="$(systemd_get_unitdir)" #bug #479492
+ RANLIB="$(type -P $(tc-getRANLIB))" # bug #483716
)
autotools-utils_src_configure
}