]> git.draconx.ca Git - gentoo-draconx.git/blob - app-emulation/qemu/files/qemu-1.2.0-cflags.patch
Merge branch 'amythaon'
[gentoo-draconx.git] / app-emulation / qemu / files / qemu-1.2.0-cflags.patch
1 don't override user cflags
2
3 --- a/configure
4 +++ b/configure
5 @@ -2995,10 +2995,6 @@ fi
6  # End of CC checks
7  # After here, no more $cc or $ld runs
8  
9 -if test "$debug" = "no" ; then
10 -  CFLAGS="-O2 -D_FORTIFY_SOURCE=2 $CFLAGS"
11 -fi
12 -
13  # Disable zero malloc errors for official releases unless explicitly told to
14  # enable/disable
15  if test -z "$zero_malloc" ; then