qemu-common: update configure.patch

This commit is contained in:
Leonid Pliushch 2019-05-27 15:22:57 +03:00 committed by Yaksh Bariya
parent 9e61f9a92a
commit aa867a9eba
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 21 additions and 9 deletions

View File

@ -1,8 +1,8 @@
diff -uNr qemu-3.0.0/configure qemu-3.0.0.mod/configure diff -uNr qemu-3.1.0/configure qemu-3.1.0.mod/configure
--- qemu-3.0.0/configure 2018-08-14 22:10:34.000000000 +0300 --- qemu-3.1.0/configure 2018-12-11 19:44:34.000000000 +0200
+++ qemu-3.0.0.mod/configure 2018-10-26 16:49:45.253598370 +0300 +++ qemu-3.1.0.mod/configure 2019-05-27 15:22:24.348241357 +0300
@@ -2158,23 +2158,10 @@ @@ -2208,23 +2208,10 @@
LIBS="$LIBS -lz" fi
########################################## ##########################################
-# lzo check -# lzo check
@ -28,7 +28,7 @@ diff -uNr qemu-3.0.0/configure qemu-3.0.0.mod/configure
########################################## ##########################################
# snappy check # snappy check
@@ -2196,22 +2183,9 @@ @@ -2246,22 +2233,9 @@
fi fi
########################################## ##########################################
@ -53,7 +53,7 @@ diff -uNr qemu-3.0.0/configure qemu-3.0.0.mod/configure
########################################## ##########################################
# libseccomp check # libseccomp check
@@ -3069,6 +3043,7 @@ @@ -3068,6 +3042,7 @@
# VNC SASL detection # VNC SASL detection
if test "$vnc" = "yes" -a "$vnc_sasl" != "no" ; then if test "$vnc" = "yes" -a "$vnc_sasl" != "no" ; then
cat > $TMPC <<EOF 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 <sasl/sasl.h>
#include <stdio.h> #include <stdio.h>
int main(void) { sasl_server_init(NULL, "qemu"); return 0; } int main(void) { sasl_server_init(NULL, "qemu"); return 0; }
@@ -4126,16 +4101,6 @@ @@ -4161,16 +4136,6 @@
########################################## ##########################################
# signalfd probe # signalfd probe
signalfd="no" signalfd="no"
@ -78,7 +78,19 @@ diff -uNr qemu-3.0.0/configure qemu-3.0.0.mod/configure
# check if eventfd is supported # check if eventfd is supported
eventfd=no 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 # We can only support ivshmem if we have eventfd
if [ "$eventfd" = "yes" ]; then if [ "$eventfd" = "yes" ]; then