From 38dc7a9478ce7f84b9a3553f44187b493b73d405 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Wed, 9 Jan 2019 13:13:35 +0100 Subject: net-analyzer/wireshark: Version 2.6.6 Package-Manager: Portage-2.3.53, Repoman-2.3.12 Bug: https://bugs.gentoo.org/674980 Signed-off-by: Jeroen Roovers --- .../files/wireshark-2.6.6-androiddump-wsutil.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 net-analyzer/wireshark/files/wireshark-2.6.6-androiddump-wsutil.patch (limited to 'net-analyzer/wireshark/files') diff --git a/net-analyzer/wireshark/files/wireshark-2.6.6-androiddump-wsutil.patch b/net-analyzer/wireshark/files/wireshark-2.6.6-androiddump-wsutil.patch new file mode 100644 index 000000000000..654c2c82db17 --- /dev/null +++ b/net-analyzer/wireshark/files/wireshark-2.6.6-androiddump-wsutil.patch @@ -0,0 +1,18 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -2843,6 +2843,7 @@ + if(HAVE_LIBPCAP) + set(androiddump_LIBS + ui ++ wsutil + ${GLIB2_LIBRARIES} + ${PCAP_LIBRARIES} + ) +@@ -2853,6 +2854,7 @@ + set(androiddump_LIBS + ui + wiretap ++ wsutil + ${GLIB2_LIBRARIES} + ${ZLIB_LIBRARIES} + ${CMAKE_DL_LIBS} -- cgit v1.2.3