]> git.pld-linux.org Git - packages/xen.git/blame - xen-qemu.patch
- updated to 4.17.3
[packages/xen.git] / xen-qemu.patch
CommitLineData
7d9b5837
JB
1qemu-xen-traditional/configure: define _GNU_SOURCE for NPTL defs
2qemu-xen/configure: use -O2 for tests to eliminate fortify warnings (-Werror is in effect sometimes)
7d9b5837
JB
3--- xen-4.2.0/tools/qemu-xen-traditional/configure.orig 2012-09-06 18:05:30.000000000 +0200
4+++ xen-4.2.0/tools/qemu-xen-traditional/configure 2012-10-27 08:16:21.702515768 +0200
5@@ -738,10 +738,10 @@
6 #endif
7 }
8 EOF
9
10-if $cc $ARCH_CFLAGS -c -o $TMPO $TMPC > /dev/null 2> /dev/null ; then
11+if $cc $ARCH_CFLAGS -D_GNU_SOURCE -c -o $TMPO $TMPC > /dev/null 2> /dev/null ; then
12 :
13 else
14 nptl="no"
15 fi
16
17@@ -788,7 +790,7 @@
18 fi
19
20 # static link with sdl ?
21- if test "$sdl" = "yes" ; then
22+ if test "$static" = "yes" -a "$sdl" = "yes" ; then
23 aa="no"
24 `$sdl_config --static-libs 2>/dev/null | grep \\\-laa > /dev/null` && aa="yes"
25 sdl_static_libs=`$sdl_config --static-libs 2>/dev/null`
25d0da1e 26
This page took 0.281337 seconds and 4 git commands to generate.