diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2009-11-04 12:37:54 +0000 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2009-11-04 12:37:54 +0000 |
commit | 3b960bdcc4e5019910e36fbf9f24d9e60a68fbcc (patch) | |
tree | 17908bf1a1cc122b3eb75afc6a0db42be269d7c4 /sys-devel/libperl/files | |
parent | Fix building with sys-devel/binutils-2.20.51.0.2 (bug #291785). (diff) | |
download | historical-3b960bdcc4e5019910e36fbf9f24d9e60a68fbcc.tar.gz historical-3b960bdcc4e5019910e36fbf9f24d9e60a68fbcc.tar.bz2 historical-3b960bdcc4e5019910e36fbf9f24d9e60a68fbcc.zip |
libperl-5.8.8-r2: Respect CFLAGS even for linking when done with compiler
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'sys-devel/libperl/files')
-rw-r--r-- | sys-devel/libperl/files/libperl-5.8.8-ccld-cflags.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-devel/libperl/files/libperl-5.8.8-ccld-cflags.patch b/sys-devel/libperl/files/libperl-5.8.8-ccld-cflags.patch new file mode 100644 index 000000000000..d1fcbb4a2315 --- /dev/null +++ b/sys-devel/libperl/files/libperl-5.8.8-ccld-cflags.patch @@ -0,0 +1,11 @@ +--- Configure.orig 2009-11-04 11:09:08.934965499 +0100 ++++ Configure 2009-11-04 11:13:19.055305854 +0100 +@@ -7617,7 +7617,7 @@ + cat <<EOM + You appear to have ELF support. I'll use $cc to build dynamic libraries. + EOM +- dflt="$cc" ++ dflt="$cc $optimize" + else + echo "I'll use ld to build dynamic libraries." + dflt='ld' |