summaryrefslogtreecommitdiff
path: root/net-analyzer/wireshark/files
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-12-24 12:22:39 +0100
committerJeroen Roovers <jer@gentoo.org>2015-12-24 13:50:27 +0100
commitb83fca33acfbe7f82760feeead0f6f5937984f20 (patch)
tree4c36ce828bdac234ab3b4aa4e503ebcff08067c2 /net-analyzer/wireshark/files
parent1c79ac75209475c9f3034ac776e3ad78cdd9c921 (diff)
downloadgentoo-b83fca33acfbe7f82760feeead0f6f5937984f20.tar.gz
gentoo-b83fca33acfbe7f82760feeead0f6f5937984f20.tar.xz
net-analyzer/wireshark: Add USE=androiddump. Add USE=tfshark.
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-analyzer/wireshark/files')
-rw-r--r--net-analyzer/wireshark/files/wireshark-2.0.0-androiddump-pcap.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-analyzer/wireshark/files/wireshark-2.0.0-androiddump-pcap.patch b/net-analyzer/wireshark/files/wireshark-2.0.0-androiddump-pcap.patch
new file mode 100644
index 00000000000..639e2993ff6
--- /dev/null
+++ b/net-analyzer/wireshark/files/wireshark-2.0.0-androiddump-pcap.patch
@@ -0,0 +1,10 @@
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -549,6 +549,7 @@
+ wiretap/libwiretap.la \
+ wsutil/libwsutil.la \
+ @GLIB_LIBS@ \
++ @PCAP_LIBS@ \
+ @SOCKET_LIBS@
+
+ androiddump_CFLAGS = $(AM_CLEAN_CFLAGS)