diff options
Diffstat (limited to 'network/wireshark/wireshark.SlackBuild')
-rw-r--r-- | network/wireshark/wireshark.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/network/wireshark/wireshark.SlackBuild b/network/wireshark/wireshark.SlackBuild index 8bbee5a50b..c0e896fc45 100644 --- a/network/wireshark/wireshark.SlackBuild +++ b/network/wireshark/wireshark.SlackBuild @@ -28,7 +28,7 @@ # Modified by Mario Preksavec <mario@slackware.hr> PRGNAM=wireshark -VERSION=${VERSION:-1.12.2} +VERSION=${VERSION:-2.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -75,9 +75,6 @@ find -L . \ # systems with 32bit compat libs install. Thanks to Heinz Wiesinger. sed -i "s|/lib)|/lib$LIBDIRSUFFIX)|g" configure.ac -# Force use of qt4 libs -sed -i 's/for modprefix in Qt5 Qt/for modprefix in Qt/' acinclude.m4 - # run autoreconf so it'll use the correct automake version. autoreconf -f -i |