qemu-common: update configure.patch
This commit is contained in:
parent
9e61f9a92a
commit
aa867a9eba
@ -1,8 +1,8 @@
|
||||
diff -uNr qemu-3.0.0/configure qemu-3.0.0.mod/configure
|
||||
--- qemu-3.0.0/configure 2018-08-14 22:10:34.000000000 +0300
|
||||
+++ qemu-3.0.0.mod/configure 2018-10-26 16:49:45.253598370 +0300
|
||||
@@ -2158,23 +2158,10 @@
|
||||
LIBS="$LIBS -lz"
|
||||
diff -uNr qemu-3.1.0/configure qemu-3.1.0.mod/configure
|
||||
--- qemu-3.1.0/configure 2018-12-11 19:44:34.000000000 +0200
|
||||
+++ qemu-3.1.0.mod/configure 2019-05-27 15:22:24.348241357 +0300
|
||||
@@ -2208,23 +2208,10 @@
|
||||
fi
|
||||
|
||||
##########################################
|
||||
-# lzo check
|
||||
@ -28,7 +28,7 @@ diff -uNr qemu-3.0.0/configure qemu-3.0.0.mod/configure
|
||||
|
||||
##########################################
|
||||
# snappy check
|
||||
@@ -2196,22 +2183,9 @@
|
||||
@@ -2246,22 +2233,9 @@
|
||||
fi
|
||||
|
||||
##########################################
|
||||
@ -53,7 +53,7 @@ diff -uNr qemu-3.0.0/configure qemu-3.0.0.mod/configure
|
||||
|
||||
##########################################
|
||||
# libseccomp check
|
||||
@@ -3069,6 +3043,7 @@
|
||||
@@ -3068,6 +3042,7 @@
|
||||
# VNC SASL detection
|
||||
if test "$vnc" = "yes" -a "$vnc_sasl" != "no" ; then
|
||||
cat > $TMPC <<EOF
|
||||
@ -61,7 +61,7 @@ diff -uNr qemu-3.0.0/configure qemu-3.0.0.mod/configure
|
||||
#include <sasl/sasl.h>
|
||||
#include <stdio.h>
|
||||
int main(void) { sasl_server_init(NULL, "qemu"); return 0; }
|
||||
@@ -4126,16 +4101,6 @@
|
||||
@@ -4161,16 +4136,6 @@
|
||||
##########################################
|
||||
# signalfd probe
|
||||
signalfd="no"
|
||||
@ -78,7 +78,19 @@ diff -uNr qemu-3.0.0/configure qemu-3.0.0.mod/configure
|
||||
|
||||
# check if eventfd is supported
|
||||
eventfd=no
|
||||
@@ -5622,7 +5587,7 @@
|
||||
@@ -4549,11 +4514,6 @@
|
||||
libs_qga="$libs_qga -lrt"
|
||||
fi
|
||||
|
||||
-if test "$darwin" != "yes" -a "$mingw32" != "yes" -a "$solaris" != yes -a \
|
||||
- "$haiku" != "yes" ; then
|
||||
- libs_softmmu="-lutil $libs_softmmu"
|
||||
-fi
|
||||
-
|
||||
##########################################
|
||||
# spice probe
|
||||
if test "$spice" != "no" ; then
|
||||
@@ -5710,7 +5670,7 @@
|
||||
|
||||
# We can only support ivshmem if we have eventfd
|
||||
if [ "$eventfd" = "yes" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user