aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libpcap/patches/203-undef_iw_mode_monitor.patch
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2021-01-04 15:46:42 -0800
committerHauke Mehrtens <hauke@hauke-m.de>2021-03-01 00:34:23 +0100
commitb77f21c98a907fd48d8faa95dbdb0c853f181c65 (patch)
tree66b10e5f992ff952d199f7dd2227b895c9583d6e /package/libs/libpcap/patches/203-undef_iw_mode_monitor.patch
parentd0d5fcada93b01bd0a546c36691630a2562d8348 (diff)
downloadupstream-b77f21c98a907fd48d8faa95dbdb0c853f181c65.tar.gz
upstream-b77f21c98a907fd48d8faa95dbdb0c853f181c65.tar.bz2
upstream-b77f21c98a907fd48d8faa95dbdb0c853f181c65.zip
libpcap: update to 1.10.0
Simplify cmake option handling by putting everything in blocks. Add openssl patch as there's no easy way to disable. Rebase the skip manpages patch. Remove the monitor mode patch as it no longer applies. Remove flex patch as normal Makefile is no longer used. Remove USB path patch. While it is deprecated, the codepath is never taken. /sys/bus/usb/devices is checked before hand. If it exists, the function does stuff and returns. Additionally, this path is used elsewhere in the code. Refresh other patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'package/libs/libpcap/patches/203-undef_iw_mode_monitor.patch')
-rw-r--r--package/libs/libpcap/patches/203-undef_iw_mode_monitor.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/libs/libpcap/patches/203-undef_iw_mode_monitor.patch b/package/libs/libpcap/patches/203-undef_iw_mode_monitor.patch
deleted file mode 100644
index 53dd50137b..0000000000
--- a/package/libs/libpcap/patches/203-undef_iw_mode_monitor.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/pcap-linux.c
-+++ b/pcap-linux.c
-@@ -263,6 +263,8 @@
- typedef int socklen_t;
- #endif
-
-+#undef IW_MODE_MONITOR
-+
- #ifndef MSG_TRUNC
- /*
- * This is being compiled on a system that lacks MSG_TRUNC; define it