]> git.pld-linux.org Git - packages/qemu.git/blobdiff - qemu-cflags.patch
- updated to 5.0.0; specific bluetooth support is gone
[packages/qemu.git] / qemu-cflags.patch
index 248c79c67e65c3dc0eea161a09eef2df5e9031d4..ed5ce2a7a2e81a4f946a2450910d5e70e7812de0 100644 (file)
@@ -1,13 +1,16 @@
---- 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 @@
- # End of CC checks
- # After here, no more $cc or $ld runs
+--- qemu-5.0.0/configure.orig  2020-05-25 07:18:02.653298508 +0200
++++ qemu-5.0.0/configure       2020-05-25 07:23:20.044912383 +0200
+@@ -6258,12 +6258,8 @@
+ write_c_skeleton
  
--if test "$debug" = "no" ; then
+ if test "$gcov" = "yes" ; then
+-  QEMU_CFLAGS="-fprofile-arcs -ftest-coverage -g $QEMU_CFLAGS"
++  QEMU_CFLAGS="-fprofile-arcs -ftest-coverage $QEMU_CFLAGS"
+   QEMU_LDFLAGS="-fprofile-arcs -ftest-coverage $QEMU_LDFLAGS"
+-elif test "$fortify_source" = "yes" ; then
+-  CFLAGS="-O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 $CFLAGS"
+-elif test "$debug" = "no"; then
 -  CFLAGS="-O2 $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`
+ fi
+ if test "$have_asan" = "yes"; then
This page took 0.633625 seconds and 4 git commands to generate.