summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-01-17 14:59:12 +0100
committerJeroen Roovers <jer@gentoo.org>2020-01-17 15:15:08 +0100
commit964659308f26cfe4d6101ac6029e8fcd97aa2b0d (patch)
treecff12b0db75bc6b06b8fe6b2c3649813bcef1180 /net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch
parentdev-cpp/glibmm: ia64 stable wrt bug #702260 (diff)
downloadgentoo-964659308f26cfe4d6101ac6029e8fcd97aa2b0d.tar.gz
gentoo-964659308f26cfe4d6101ac6029e8fcd97aa2b0d.tar.bz2
gentoo-964659308f26cfe4d6101ac6029e8fcd97aa2b0d.zip
net-analyzer/wireshark: Update patches
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch')
-rw-r--r--net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch b/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch
index 9715de676f16..3d3a2a9c9323 100644
--- a/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch
+++ b/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch
@@ -1,15 +1,15 @@
--- a/extcap/CMakeLists.txt
+++ b/extcap/CMakeLists.txt
-@@ -68,6 +68,8 @@
+@@ -91,6 +91,8 @@ if(BUILD_androiddump)
if(HAVE_LIBPCAP)
set(androiddump_LIBS
ui
+ wiretap
+ wsutil
${GLIB2_LIBRARIES}
- ${PCAP_LIBRARIES}
- )
-@@ -78,6 +80,7 @@
+ ${WIN_WS2_32_LIBRARY}
+ $<$<BOOL:${PCAP_FOUND}>:pcap::pcap>
+@@ -102,6 +104,7 @@ if(BUILD_androiddump)
set(androiddump_LIBS
ui
wiretap