mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
network/wireshark: Add missing patch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f325135c33
commit
761db17675
3 changed files with 13 additions and 0 deletions
|
@ -48,6 +48,7 @@ Optional dependencies:
|
|||
- snappy
|
||||
- lz4
|
||||
- libsmi
|
||||
- libminizip
|
||||
|
||||
NOTE: Wireshark 3.0 no longer support legacy GTK+ UI.
|
||||
|
||||
|
|
|
@ -90,6 +90,8 @@ else
|
|||
echo "=== Building with lua (v5.1)"
|
||||
fi
|
||||
|
||||
patch -p1 < $CWD/wireshark.patch
|
||||
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake \
|
||||
|
|
10
network/wireshark/wireshark.patch
Normal file
10
network/wireshark/wireshark.patch
Normal 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>
|
||||
|
Loading…
Reference in a new issue