Gentoo Archives: gentoo-commits

From: "Michael Haubenwallner (haubi)" <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/libperl/files: libperl-5.8.8-ccld-cflags.patch
Date: Wed, 04 Nov 2009 12:37:57
Message-Id: E1N5f7a-0006Uk-07@stork.gentoo.org
1 haubi 09/11/04 12:37:53
2
3 Added: libperl-5.8.8-ccld-cflags.patch
4 Log:
5 libperl-5.8.8-r2: 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 sys-devel/libperl/files/libperl-5.8.8-ccld-cflags.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/files/libperl-5.8.8-ccld-cflags.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/files/libperl-5.8.8-ccld-cflags.patch?rev=1.1&content-type=text/plain
13
14 Index: libperl-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'