aboutsummaryrefslogtreecommitdiff
path: root/libs/libdaq/patches
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libdaq/patches')
-rw-r--r--libs/libdaq/patches/001-compile.patch19
-rw-r--r--libs/libdaq/patches/100-musl-compat.patch45
2 files changed, 0 insertions, 64 deletions
diff --git a/libs/libdaq/patches/001-compile.patch b/libs/libdaq/patches/001-compile.patch
deleted file mode 100644
index d5a2882dd..000000000
--- a/libs/libdaq/patches/001-compile.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -u --recursive daq-2.2.2-vanilla/configure daq-2.2.2/configure
---- daq-2.2.2-vanilla/configure 2017-07-05 15:58:03.000000000 -0400
-+++ daq-2.2.2/configure 2018-09-01 17:18:56.774898034 -0400
-@@ -13244,10 +13244,11 @@
- else
-
- if test "$cross_compiling" = yes; then :
-- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
--$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
--as_fn_error $? "cannot run test program while cross compiling
--See \`config.log' for more details" "$LINENO" 5; }
-+# { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-+#$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-+#as_fn_error $? "cannot run test program while cross compiling
-+#See \`config.log' for more details" "$LINENO" 5; }
-+ echo " No cross compiling test."
- else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h. */
diff --git a/libs/libdaq/patches/100-musl-compat.patch b/libs/libdaq/patches/100-musl-compat.patch
deleted file mode 100644
index 6a1aa8f96..000000000
--- a/libs/libdaq/patches/100-musl-compat.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-diff -u --recursive daq-2.2.2-vanilla/os-daq-modules/daq_ipfw.c daq-2.2.2/os-daq-modules/daq_ipfw.c
---- daq-2.2.2-vanilla/os-daq-modules/daq_ipfw.c 2017-02-08 17:04:18.000000000 -0500
-+++ daq-2.2.2/os-daq-modules/daq_ipfw.c 2018-09-01 17:21:10.608181841 -0400
-@@ -23,10 +23,10 @@
- #include <stdlib.h>
- #include <string.h>
- #include <stdio.h>
-+#include <unistd.h>
-
- #include <sys/types.h>
- #include <sys/time.h>
--#include <sys/unistd.h>
-
- #include <netinet/in.h>
- #include <sys/socket.h>
-diff -u --recursive daq-2.2.2-vanilla/os-daq-modules/daq_ipq.c daq-2.2.2/os-daq-modules/daq_ipq.c
---- daq-2.2.2-vanilla/os-daq-modules/daq_ipq.c 2017-02-08 17:04:18.000000000 -0500
-+++ daq-2.2.2/os-daq-modules/daq_ipq.c 2018-09-01 17:21:23.162208457 -0400
-@@ -24,10 +24,10 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
-+#include <unistd.h>
-
- #include <sys/types.h>
- #include <sys/time.h>
--#include <sys/unistd.h>
-
- #include <netinet/ip.h>
-
-diff -u --recursive daq-2.2.2-vanilla/os-daq-modules/daq_nfq.c daq-2.2.2/os-daq-modules/daq_nfq.c
---- daq-2.2.2-vanilla/os-daq-modules/daq_nfq.c 2017-02-08 17:04:18.000000000 -0500
-+++ daq-2.2.2/os-daq-modules/daq_nfq.c 2018-09-01 17:21:35.202233988 -0400
-@@ -24,10 +24,10 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
-+#include <unistd.h>
-
- #include <sys/types.h>
- #include <sys/time.h>
--#include <sys/unistd.h>
-
- #include <netinet/ip.h>
-