network/wireshark: Add missing patch.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tim 2019-12-24 09:38:57 +07:00 committed by Willy Sudiarto Raharjo
parent f325135c33
commit 761db17675
3 changed files with 13 additions and 0 deletions

View file

@ -48,6 +48,7 @@ Optional dependencies:
- snappy
- lz4
- libsmi
- libminizip
NOTE: Wireshark 3.0 no longer support legacy GTK+ UI.

View file

@ -90,6 +90,8 @@ else
echo "=== Building with lua (v5.1)"
fi
patch -p1 < $CWD/wireshark.patch
mkdir -p build
cd build
cmake \

View file

@ -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 <stdarg.h>
#include <string.h>
#include <errno.h>
+#include <stdint.h>
#include <glib.h>