diff options
author | 2017-11-27 08:52:28 +0100 | |
---|---|---|
committer | 2017-11-27 08:52:45 +0100 | |
commit | 5f1fdf39a7d536af29a578d167a44cc50d8544c2 (patch) | |
tree | c6376c9ff3cf0291f4f905870db0af470a445b15 /net-analyzer/wireshark/files | |
parent | media-libs/opencv: drop old vulnerable version (diff) | |
download | gentoo-5f1fdf39a7d536af29a578d167a44cc50d8544c2.tar.gz gentoo-5f1fdf39a7d536af29a578d167a44cc50d8544c2.tar.bz2 gentoo-5f1fdf39a7d536af29a578d167a44cc50d8544c2.zip |
net-analyzer/wireshark: Fix header install (bug #638866 by Garri), configure options, androiddump patch.
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'net-analyzer/wireshark/files')
-rw-r--r-- | net-analyzer/wireshark/files/wireshark-99999999-androiddump.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/files/wireshark-99999999-androiddump.patch b/net-analyzer/wireshark/files/wireshark-99999999-androiddump.patch index 124a9b8b00be..db1c560848ec 100644 --- a/net-analyzer/wireshark/files/wireshark-99999999-androiddump.patch +++ b/net-analyzer/wireshark/files/wireshark-99999999-androiddump.patch @@ -1,10 +1,10 @@ --- a/extcap/Makefile.am +++ b/extcap/Makefile.am -@@ -49,6 +49,7 @@ - androiddump_LDADD = \ +@@ -32,6 +32,7 @@ + ../ui/libui.a \ ../wiretap/libwiretap.la \ ../wsutil/libwsutil.la \ + @PCAP_LIBS@ \ @GLIB_LIBS@ - if ENABLE_STATIC + randpktdump_SOURCES = \ |