Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: perl-module.eclass
Date: Sun, 29 Mar 2009 17:32:32
Message-Id: E1Lnys3-0008U6-3A@stork.gentoo.org
1 tove 09/03/29 17:32:31
2
3 Modified: perl-module.eclass
4 Log:
5 Remove --extra_linker_flags (#264155,#264186) again
6
7 Revision Changes Path
8 1.116 eclass/perl-module.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/perl-module.eclass?rev=1.116&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/perl-module.eclass?rev=1.116&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/perl-module.eclass?r1=1.115&r2=1.116
13
14 Index: perl-module.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v
17 retrieving revision 1.115
18 retrieving revision 1.116
19 diff -u -r1.115 -r1.116
20 --- perl-module.eclass 26 Mar 2009 17:40:23 -0000 1.115
21 +++ perl-module.eclass 29 Mar 2009 17:32:31 -0000 1.116
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2004 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.115 2009/03/26 17:40:23 tove Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.116 2009/03/29 17:32:31 tove Exp $
27 #
28 # Author: Seemant Kulleen <seemant@g.o>
29
30 @@ -87,7 +87,6 @@
31 --libdoc= \
32 --destdir="${D}" \
33 --create_packlist=0 \
34 - --extra_linker_flags="${LDFLAGS}" \
35 ${myconf} \
36 <<< "${pm_echovar}" \
37 || die "Unable to build! (are you using USE=\"build\"?)"