summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-12-19 08:49:58 +0000
committerMike Frysinger <vapier@gentoo.org>2013-12-19 08:49:58 +0000
commita2946a8644db5fc27f1182ece8473c4f6fcd0f70 (patch)
treed1c0df02b6dfb990b48a820b5d629a62d9017b32 /app-emulation/qemu/files
parentRemove old (diff)
downloadgentoo-2-a2946a8644db5fc27f1182ece8473c4f6fcd0f70.tar.gz
gentoo-2-a2946a8644db5fc27f1182ece8473c4f6fcd0f70.tar.bz2
gentoo-2-a2946a8644db5fc27f1182ece8473c4f6fcd0f70.zip
Version bumps.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'app-emulation/qemu/files')
-rw-r--r--app-emulation/qemu/files/qemu-1.7.0-cflags.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-emulation/qemu/files/qemu-1.7.0-cflags.patch b/app-emulation/qemu/files/qemu-1.7.0-cflags.patch
new file mode 100644
index 000000000000..cd003f6de023
--- /dev/null
+++ b/app-emulation/qemu/files/qemu-1.7.0-cflags.patch
@@ -0,0 +1,11 @@
+--- a/configure
++++ b/configure
+@@ -3131,8 +3131,6 @@ fi
+ if test "$gcov" = "yes" ; then
+ CFLAGS="-fprofile-arcs -ftest-coverage -g $CFLAGS"
+ LDFLAGS="-fprofile-arcs -ftest-coverage $LDFLAGS"
+-elif test "$debug" = "no" ; then
+- CFLAGS="-O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 $CFLAGS"
+ fi
+
+