summaryrefslogtreecommitdiffstats
path: root/network/wireshark/wireshark.SlackBuild
diff options
context:
space:
mode:
author Michiel van Wessem2012-02-05 06:20:55 +0100
committer Robby Workman2012-02-05 06:20:55 +0100
commitf725c47869be2371a05c70d7c0e7f78ffe67c6ff (patch)
treeff44e70f67cff4daf3b6e745294586d05d904bc6 /network/wireshark/wireshark.SlackBuild
parent96a846aba145d74c852adbc7c0173fe5bc0540b0 (diff)
downloadslackbuilds-f725c47869be2371a05c70d7c0e7f78ffe67c6ff.tar.gz
network/wireshark: Updated for version 1.6.5.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/wireshark/wireshark.SlackBuild')
-rw-r--r--network/wireshark/wireshark.SlackBuild9
1 files changed, 1 insertions, 8 deletions
diff --git a/network/wireshark/wireshark.SlackBuild b/network/wireshark/wireshark.SlackBuild
index a500d32401..df0253246d 100644
--- a/network/wireshark/wireshark.SlackBuild
+++ b/network/wireshark/wireshark.SlackBuild
@@ -26,7 +26,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wireshark
-VERSION=${VERSION:-1.6.4}
+VERSION=${VERSION:-1.6.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -73,13 +73,6 @@ find . \
# systems with 32bit compat libs install. Thanks to Heinz Wiesinger.
sed -i "s|/lib)|/lib$LIBDIRSUFFIX)|g" configure.in
-# Fix dumpcap.c as it crashes out during compile time as noted in this bug.
-# https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6614. The solution is
-# highlighted in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6603
-patch -p1 < $CWD/dumpcap_sel_ret.patch
-
-autoreconf -vif
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \