opnsense-ports/emulators/qemu-utils/files/patch-configure
Franco Fichtner 9a537fa57b */*: sync with upstream
Taken from: HardenedBSD
2018-07-27 05:35:59 +02:00

21 lines
732 B
Text

--- configure.orig 2018-04-24 16:30:46 UTC
+++ configure
@@ -3452,7 +3452,7 @@ fi
##########################################
# pixman support probe
-if test "$want_tools" = "no" -a "$softmmu" = "no"; then
+if test "$softmmu" = "no"; then
pixman_cflags=
pixman_libs=
elif $pkg_config --atleast-version=0.21.8 pixman-1 > /dev/null 2>&1; then
@@ -5498,9 +5498,6 @@ if test "$want_tools" = "yes" ; then
tools="qemu-img\$(EXESUF) qemu-io\$(EXESUF) $tools"
if [ "$linux" = "yes" -o "$bsd" = "yes" -o "$solaris" = "yes" ] ; then
tools="qemu-nbd\$(EXESUF) $tools"
- fi
- if [ "$ivshmem" = "yes" ]; then
- tools="ivshmem-client\$(EXESUF) ivshmem-server\$(EXESUF) $tools"
fi
fi
if test "$softmmu" = yes ; then