From c8a77dfe4d3d307c1d5dd2650b7297447d8b609d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 12 Jan 2019 16:58:08 +0000 Subject: gentoo resync : 12.01.2019 --- .../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/wireshark-2.6.6-androiddump-wsutil.patch') 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