aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu5/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/qemu5/files/patch-configure')
-rw-r--r--emulators/qemu5/files/patch-configure45
1 files changed, 0 insertions, 45 deletions
diff --git a/emulators/qemu5/files/patch-configure b/emulators/qemu5/files/patch-configure
deleted file mode 100644
index 73578713a9ab..000000000000
--- a/emulators/qemu5/files/patch-configure
+++ /dev/null
@@ -1,45 +0,0 @@
---- configure.orig 2020-12-08 16:59:44 UTC
-+++ configure
-@@ -1545,7 +1545,7 @@ if test "$mingw32" = "yes" ; then
- sysconfdir="$prefix"
- local_statedir="$prefix"
- else
-- mandir="${mandir:-$prefix/share/man}"
-+ mandir="${mandir:-$prefix/man}"
- datadir="${datadir:-$prefix/share}"
- docdir="${docdir:-$prefix/share/doc}"
- bindir="${bindir:-$prefix/bin}"
-@@ -3114,6 +3114,14 @@ if check_include "sys/signal.h" ; then
- fi
-
- ##########################################
-+# getifaddrs (for tests/test-io-channel-socket )
-+
-+have_ifaddrs_h=yes
-+if ! check_include "ifaddrs.h" ; then
-+ have_ifaddrs_h=no
-+fi
-+
-+##########################################
- # VTE probe
-
- if test "$vte" != "no"; then
-@@ -4538,7 +4546,7 @@ fi
-
- # check for libusb
- if test "$libusb" != "no" ; then
-- if $pkg_config --atleast-version=1.0.13 libusb-1.0; then
-+ if $pkg_config libusb-1.0; then
- libusb="yes"
- libusb_cflags=$($pkg_config --cflags libusb-1.0)
- libusb_libs=$($pkg_config --libs libusb-1.0)
-@@ -6225,6 +6233,9 @@ fi
- # if this macro is set.
- if test "$have_fsxattr" = "yes" ; then
- echo "HAVE_FSXATTR=y" >> $config_host_mak
-+fi
-+if test "$have_ifaddrs_h" = "yes" ; then
-+ echo "HAVE_IFADDRS_H=y" >> $config_host_mak
- fi
- if test "$have_copy_file_range" = "yes" ; then
- echo "HAVE_COPY_FILE_RANGE=y" >> $config_host_mak