From 761db1767585e30d2d3854ab6359ce64092d0144 Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 24 Dec 2019 09:38:57 +0700 Subject: network/wireshark: Add missing patch. Signed-off-by: Willy Sudiarto Raharjo --- network/wireshark/README | 1 + network/wireshark/wireshark.SlackBuild | 2 ++ network/wireshark/wireshark.patch | 10 ++++++++++ 3 files changed, 13 insertions(+) create mode 100644 network/wireshark/wireshark.patch (limited to 'network/wireshark') diff --git a/network/wireshark/README b/network/wireshark/README index 43e6e37efc..7f0ebe2840 100644 --- a/network/wireshark/README +++ b/network/wireshark/README @@ -48,6 +48,7 @@ Optional dependencies: - snappy - lz4 - libsmi +- libminizip NOTE: Wireshark 3.0 no longer support legacy GTK+ UI. diff --git a/network/wireshark/wireshark.SlackBuild b/network/wireshark/wireshark.SlackBuild index efe1f95895..8e1b7c4914 100644 --- a/network/wireshark/wireshark.SlackBuild +++ b/network/wireshark/wireshark.SlackBuild @@ -90,6 +90,8 @@ else echo "=== Building with lua (v5.1)" fi +patch -p1 < $CWD/wireshark.patch + mkdir -p build cd build cmake \ diff --git a/network/wireshark/wireshark.patch b/network/wireshark/wireshark.patch new file mode 100644 index 0000000000..2d64c04fb1 --- /dev/null +++ b/network/wireshark/wireshark.patch @@ -0,0 +1,10 @@ +--- wireshark-3.2.0/sharkd_session.c.orig 2019-12-24 07:18:33.288976163 +0700 ++++ wireshark-3.2.0/sharkd_session.c 2019-12-24 07:18:52.448168808 +0700 +@@ -16,6 +16,7 @@ + #include + #include + #include ++#include + + #include + -- cgit v1.2.3