summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2014-03-30 10:14:33 +0000
committerMikle Kolyada <zlogene@gentoo.org>2014-03-30 10:14:33 +0000
commit23a46091cbfb26d1f42b484a7312c3297c27aadc (patch)
tree581f1e342a22c4c0592abd55dc69f08d81e94c7e /dev-lang/perl
parentFix systemd support (#482690 by Yichao Zhou) (diff)
downloadgentoo-2-23a46091cbfb26d1f42b484a7312c3297c27aadc.tar.gz
gentoo-2-23a46091cbfb26d1f42b484a7312c3297c27aadc.tar.bz2
gentoo-2-23a46091cbfb26d1f42b484a7312c3297c27aadc.zip
fix symbol lookup error on prefix, wrt bug #473696
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-lang/perl')
-rw-r--r--dev-lang/perl/files/eblits/src_configure-v50160001.eblit3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/perl/files/eblits/src_configure-v50160001.eblit b/dev-lang/perl/files/eblits/src_configure-v50160001.eblit
index 99d5fd078693..1b506d3ab24f 100644
--- a/dev-lang/perl/files/eblits/src_configure-v50160001.eblit
+++ b/dev-lang/perl/files/eblits/src_configure-v50160001.eblit
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/files/eblits/src_configure-v50160001.eblit,v 1.7 2014/03/11 17:01:14 civil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/files/eblits/src_configure-v50160001.eblit,v 1.8 2014/03/30 10:14:33 zlogene Exp $
myconf() {
# the myconf array is declared in src_configure
@@ -147,5 +147,6 @@ eblit-perl-src_configure() {
-Dinstallusrbinperl='n' \
-Ud_csh \
-Uusenm \
+ -Dsh="${EPREFIX}"/bin/sh \
"${myconf[@]}" || die "Unable to configure"
}