From f725c47869be2371a05c70d7c0e7f78ffe67c6ff Mon Sep 17 00:00:00 2001 From: Michiel van Wessem Date: Sat, 4 Feb 2012 23:20:55 -0600 Subject: network/wireshark: Updated for version 1.6.5. Signed-off-by: Robby Workman --- network/wireshark/wireshark.SlackBuild | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'network/wireshark/wireshark.SlackBuild') diff --git a/network/wireshark/wireshark.SlackBuild b/network/wireshark/wireshark.SlackBuild index a500d3240195e..df0253246d9e1 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 \ -- cgit v1.2.3