]> git.pld-linux.org Git - packages/qemu.git/blob - qemu-cflags.patch
- added libssh2 and gtk+ dependencies
[packages/qemu.git] / qemu-cflags.patch
1 --- qemu-1.2.0/configure.orig   2012-09-05 16:03:06.000000000 +0200
2 +++ qemu-1.2.0/configure        2012-09-23 18:41:12.717279277 +0200
3 @@ -281,10 +281,6 @@
4  QEMU_CFLAGS="-Wstrict-prototypes -Wredundant-decls $QEMU_CFLAGS"
5  QEMU_CFLAGS="-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $QEMU_CFLAGS"
6  QEMU_INCLUDES="-I. -I\$(SRC_PATH) -I\$(SRC_PATH)/include"
7 -if test "$debug_info" = "yes"; then
8 -    CFLAGS="-g $CFLAGS"
9 -    LDFLAGS="-g $LDFLAGS"
10 -fi
11  
12  # make source path absolute
13  source_path=`cd "$source_path"; pwd`
14 @@ -2995,8 +2991,6 @@
15  if test "$gcov" = "yes" ; then
16    CFLAGS="-fprofile-arcs -ftest-coverage -g $CFLAGS"
17    LDFLAGS="-fprofile-arcs -ftest-coverage $LDFLAGS"
18 -elif test "$debug" = "no" ; then
19 -  CFLAGS="-O2 -D_FORTIFY_SOURCE=2 $CFLAGS"
20  fi
21  
22
This page took 0.0800070000000001 seconds and 3 git commands to generate.