From 433e897529f5a41682189da5dba5a9f853c39456 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Wed, 2 May 2018 20:37:26 +0200 Subject: net-analyzer/wireshark: Switch to cmake (bug #545688). Package-Manager: Portage-2.3.32, Repoman-2.3.9 --- .../files/wireshark-2.6.0-androiddump-wsutil.patch | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 net-analyzer/wireshark/files/wireshark-2.6.0-androiddump-wsutil.patch (limited to 'net-analyzer/wireshark/files') diff --git a/net-analyzer/wireshark/files/wireshark-2.6.0-androiddump-wsutil.patch b/net-analyzer/wireshark/files/wireshark-2.6.0-androiddump-wsutil.patch new file mode 100644 index 00000000000..e28465e814a --- /dev/null +++ b/net-analyzer/wireshark/files/wireshark-2.6.0-androiddump-wsutil.patch @@ -0,0 +1,26 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -2841,6 +2841,7 @@ + if(HAVE_LIBPCAP) + set(androiddump_LIBS + ui ++ wsutil + ${GLIB2_LIBRARIES} + ${PCAP_LIBRARIES} + ) +@@ -2851,6 +2852,7 @@ + set(androiddump_LIBS + ui + wiretap ++ wsutil + ${GLIB2_LIBRARIES} + ${ZLIB_LIBRARIES} + ${CMAKE_DL_LIBS} +@@ -2862,7 +2864,6 @@ + ) + + add_executable(androiddump WIN32 ${androiddump_FILES}) +- # XXX Shouldn't we add wsutil to androiddump_LIBS instead? + set_extcap_executable_properties(androiddump) + target_link_libraries(androiddump ${androiddump_LIBS}) + install(TARGETS androiddump RUNTIME DESTINATION ${EXTCAP_DIR}) -- cgit v1.2.3-18-g5258