diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-09-22 22:01:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-09-22 22:01:23 +0000 |
commit | 61bf298ad638944d6a6b87e1993247a324c14388 (patch) | |
tree | f2d95ab5d129cb6b9e6732983c8f2f858be49958 /app-emulation/qemu/files | |
parent | Fix build failure with USE=python (bug #435900, thanks to Jouni Rinne, Rafał... (diff) | |
download | gentoo-2-61bf298ad638944d6a6b87e1993247a324c14388.tar.gz gentoo-2-61bf298ad638944d6a6b87e1993247a324c14388.tar.bz2 gentoo-2-61bf298ad638944d6a6b87e1993247a324c14388.zip |
Version bumps.
(Portage version: 2.2.0_alpha131/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/qemu/files')
-rw-r--r-- | app-emulation/qemu/files/qemu-1.2.0-cflags.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-emulation/qemu/files/qemu-1.2.0-cflags.patch b/app-emulation/qemu/files/qemu-1.2.0-cflags.patch new file mode 100644 index 000000000000..9aaa1d61996b --- /dev/null +++ b/app-emulation/qemu/files/qemu-1.2.0-cflags.patch @@ -0,0 +1,15 @@ +don't override user cflags + +--- a/configure ++++ b/configure +@@ -2995,10 +2995,6 @@ fi + # End of CC checks + # After here, no more $cc or $ld runs + +-if test "$debug" = "no" ; then +- CFLAGS="-O2 -D_FORTIFY_SOURCE=2 $CFLAGS" +-fi +- + # Disable zero malloc errors for official releases unless explicitly told to + # enable/disable + if test -z "$zero_malloc" ; then |