]> git.pld-linux.org Git - packages/qemu.git/blame - qemu-cflags.patch
- moved some dependencies to proper subpackages
[packages/qemu.git] / qemu-cflags.patch
CommitLineData
f9d90a34
AM
1--- qemu-2.5.0/configure~ 2015-12-21 22:27:18.000000000 +0100
2+++ qemu-2.5.0/configure 2015-12-21 22:29:00.990327069 +0100
3@@ -4494,12 +4494,8 @@
4 # After here, no more $cc or $ld runs
697b0ba8 5
f8ecc2ec 6 if test "$gcov" = "yes" ; then
f9d90a34
AM
7- CFLAGS="-fprofile-arcs -ftest-coverage -g $CFLAGS"
8+ CFLAGS="-fprofile-arcs -ftest-coverage $CFLAGS"
f8ecc2ec 9 LDFLAGS="-fprofile-arcs -ftest-coverage $LDFLAGS"
f9d90a34 10-elif test "$fortify_source" = "yes" ; then
68eb235d 11- CFLAGS="-O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 $CFLAGS"
f9d90a34
AM
12-elif test "$debug" = "no"; then
13- CFLAGS="-O2 $CFLAGS"
f8ecc2ec
AG
14 fi
15
f9d90a34 16 ##########################################
This page took 0.033517 seconds and 4 git commands to generate.