# HG changeset patch # User Petr Sumbera # Date 1408189069 25200 # Node ID 396d238bd0802926813def1f81d68ad1cdea1133 # Parent b4ec2127695f4616e3f0940bfb41db5c16cb2d31 19381767 Upgrade Wireshark to version 1.10.9 19352204 problem in UTILITY/WIRESHARK diff -r b4ec2127695f -r 396d238bd080 components/wireshark/Makefile --- a/components/wireshark/Makefile Fri Aug 15 15:21:56 2014 -0700 +++ b/components/wireshark/Makefile Sat Aug 16 04:37:49 2014 -0700 @@ -23,16 +23,16 @@ include ../../make-rules/shared-macros.mk COMPONENT_NAME= wireshark -COMPONENT_VERSION= 1.10.8 +COMPONENT_VERSION= 1.10.9 COMPONENT_PROJECT_URL= http://www.wireshark.org/ COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2 COMPONENT_ARCHIVE_HASH= \ - sha256:27d9cf4f0ca1ac436104b7f27caf8ad65f73db09edc8df0742ce9688c7d38763 + sha256:7f985db5ea99f4b285ae2eceab42327058f7ba5272d22338152dd79e7601441c COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)download/src/all-versions/$(COMPONENT_ARCHIVE) COMPONENT_BUGDB= utility/wireshark -TPNO= 18282 +TPNO= 18547 include ../../make-rules/prep.mk include ../../make-rules/configure.mk @@ -47,6 +47,9 @@ PATCH_LEVEL=0 +# We don't have automake 1.14 yet. Thus need to reconfigure with older one. +COMPONENT_PREP_ACTION += ( cd $(@D) ; $(CONFIG_SHELL) autogen.sh ); + CONFIGURE_OPTIONS += --bindir=/usr/sbin CONFIGURE_OPTIONS += --disable-usr-local CONFIGURE_OPTIONS += --disable-randpkt