]> git.pld-linux.org Git - packages/qemu.git/blobdiff - qemu-cflags.patch
updated to 1.2.0.
[packages/qemu.git] / qemu-cflags.patch
index 248c79c67e65c3dc0eea161a09eef2df5e9031d4..15774d80667fd94bd36d0b6e75b87e1dd2f633cd 100644 (file)
@@ -1,13 +1,24 @@
---- qemu-kvm-1.0/configure~    2012-02-22 11:45:58.440892282 +0100
-+++ qemu-kvm-1.0/configure     2012-02-23 10:24:12.692463270 +0100
-@@ -2781,10 +2781,6 @@
+--- qemu-1.2.0/configure.orig  2012-09-05 16:03:06.000000000 +0200
++++ qemu-1.2.0/configure       2012-09-23 18:41:12.717279277 +0200
+@@ -281,10 +281,6 @@
+ QEMU_CFLAGS="-Wstrict-prototypes -Wredundant-decls $QEMU_CFLAGS"
+ QEMU_CFLAGS="-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $QEMU_CFLAGS"
+ QEMU_INCLUDES="-I. -I\$(SRC_PATH) -I\$(SRC_PATH)/fpu"
+-if test "$debug_info" = "yes"; then
+-    CFLAGS="-g $CFLAGS"
+-    LDFLAGS="-g $LDFLAGS"
+-fi
+ # make source path absolute
+ source_path=`cd "$source_path"; pwd`
+@@ -2995,10 +2991,6 @@
  # End of CC checks
  # After here, no more $cc or $ld runs
  
 -if test "$debug" = "no" ; then
--  CFLAGS="-O2 $CFLAGS"
+-  CFLAGS="-O2 -D_FORTIFY_SOURCE=2 $CFLAGS"
 -fi
 -
- # Consult white-list to determine whether to enable werror
- # by default.  Only enable by default for git builds
- z_version=`cut -f3 -d. $source_path/VERSION`
+ # Disable zero malloc errors for official releases unless explicitly told to
+ # enable/disable
+ if test -z "$zero_malloc" ; then
This page took 0.03191 seconds and 4 git commands to generate.