Gentoo Archives: gentoo-commits

From: "Michael Haubenwallner (haubi)" <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/perl/files: perl-5.8.8-ccld-cflags.patch
Date: Wed, 04 Nov 2009 12:39:18
Message-Id: E1N5f8u-0006eX-QC@stork.gentoo.org
1 haubi 09/11/04 12:39:16
2
3 Added: perl-5.8.8-ccld-cflags.patch
4 Log:
5 perl-5.8.8-r6: Respect CFLAGS even for linking when done with compiler
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-lang/perl/files/perl-5.8.8-ccld-cflags.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/files/perl-5.8.8-ccld-cflags.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/files/perl-5.8.8-ccld-cflags.patch?rev=1.1&content-type=text/plain
13
14 Index: perl-5.8.8-ccld-cflags.patch
15 ===================================================================
16 --- Configure.orig 2009-11-04 11:09:08.934965499 +0100
17 +++ Configure 2009-11-04 11:13:19.055305854 +0100
18 @@ -7617,7 +7617,7 @@
19 cat <<EOM
20 You appear to have ELF support. I'll use $cc to build dynamic libraries.
21 EOM
22 - dflt="$cc"
23 + dflt="$cc $optimize"
24 else
25 echo "I'll use ld to build dynamic libraries."
26 dflt='ld'