summaryrefslogtreecommitdiff
path: root/net-analyzer/wireshark/files/wireshark-99999999-androiddump.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/wireshark/files/wireshark-99999999-androiddump.patch')
-rw-r--r--net-analyzer/wireshark/files/wireshark-99999999-androiddump.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-analyzer/wireshark/files/wireshark-99999999-androiddump.patch b/net-analyzer/wireshark/files/wireshark-99999999-androiddump.patch
new file mode 100644
index 000000000000..124a9b8b00be
--- /dev/null
+++ b/net-analyzer/wireshark/files/wireshark-99999999-androiddump.patch
@@ -0,0 +1,10 @@
+--- a/extcap/Makefile.am
++++ b/extcap/Makefile.am
+@@ -49,6 +49,7 @@
+ androiddump_LDADD = \
+ ../wiretap/libwiretap.la \
+ ../wsutil/libwsutil.la \
++ @PCAP_LIBS@ \
+ @GLIB_LIBS@
+
+ if ENABLE_STATIC