diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-01-09 13:13:35 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-01-09 13:13:59 +0100 |
commit | 38dc7a9478ce7f84b9a3553f44187b493b73d405 (patch) | |
tree | e2f7ad92b2defa960fa42fdc7ee1d2440b8aa59e /net-analyzer/wireshark/files | |
parent | media-sound/tomahawk: Drop 0.9.0_pre20180501 snapshot (diff) | |
download | gentoo-38dc7a9478ce7f84b9a3553f44187b493b73d405.tar.gz gentoo-38dc7a9478ce7f84b9a3553f44187b493b73d405.tar.bz2 gentoo-38dc7a9478ce7f84b9a3553f44187b493b73d405.zip |
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 <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/wireshark/files')
-rw-r--r-- | net-analyzer/wireshark/files/wireshark-2.6.6-androiddump-wsutil.patch | 18 |
1 files changed, 18 insertions, 0 deletions
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} |