summaryrefslogtreecommitdiff
path: root/emulators/qemu/patches/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/qemu/patches/patch-configure')
-rw-r--r--emulators/qemu/patches/patch-configure14
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/qemu/patches/patch-configure b/emulators/qemu/patches/patch-configure
deleted file mode 100644
index 1a528fb4842..00000000000
--- a/emulators/qemu/patches/patch-configure
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-configure,v 1.4 2014/08/17 08:57:01 adam Exp $
-
-L2TPV3 works on Linux; don't turn it on for other platforms.
-
---- configure.orig 2014-08-17 08:35:26.000000000 +0000
-+++ configure
-@@ -1722,6 +1722,7 @@ fi
- # L2TPV3 probe
-
- cat > $TMPC <<EOF
-+#include <linux/ip.h>
- #include <sys/socket.h>
- int main(void) { return sizeof(struct mmsghdr); }
- EOF