Gentoo Archives: gentoo-commits

From: "Mikle Kolyada (zlogene)" <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/perl/files/eblits: src_configure-v50160001.eblit
Date: Sun, 30 Mar 2014 10:14:36
Message-Id: 20140330101433.8B70E20057@flycatcher.gentoo.org
1 zlogene 14/03/30 10:14:33
2
3 Modified: src_configure-v50160001.eblit
4 Log:
5 fix symbol lookup error on prefix, wrt bug #473696
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
8
9 Revision Changes Path
10 1.8 dev-lang/perl/files/eblits/src_configure-v50160001.eblit
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/files/eblits/src_configure-v50160001.eblit?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/files/eblits/src_configure-v50160001.eblit?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/files/eblits/src_configure-v50160001.eblit?r1=1.7&r2=1.8
15
16 Index: src_configure-v50160001.eblit
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/files/eblits/src_configure-v50160001.eblit,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- src_configure-v50160001.eblit 11 Mar 2014 17:01:14 -0000 1.7
23 +++ src_configure-v50160001.eblit 30 Mar 2014 10:14:33 -0000 1.8
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $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 $
29
30 myconf() {
31 # the myconf array is declared in src_configure
32 @@ -147,5 +147,6 @@
33 -Dinstallusrbinperl='n' \
34 -Ud_csh \
35 -Uusenm \
36 + -Dsh="${EPREFIX}"/bin/sh \
37 "${myconf[@]}" || die "Unable to configure"
38 }