Updated to latest upstream version, remove uneeded patch as it is now in dnsmasq...
[openwrt.git] / openwrt / package / tcpdump / Makefile
index 1b1641e..b19c0ef 100644 (file)
@@ -3,11 +3,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=tcpdump
-PKG_VERSION:=3.8.3
+PKG_VERSION:=3.9.4
 PKG_RELEASE:=1
-PKG_MD5SUM:=30645001f4b97019677cad88d3811904
+PKG_MD5SUM:=4b64755bbc8ba1af49c747271a6df5b8
 
-PKG_SOURCE_URL:=http://www.tcpdump.org/release/
+PKG_SOURCE_URL:=http://www.tcpdump.org/release/ \
+       http://ftp.gwdg.de/pub/misc/tcpdump/ \
+       http://www.at.tcpdump.org/ \
+       http://www.br.tcpdump.org/
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_CAT:=zcat
 
@@ -25,7 +28,7 @@ $(PKG_BUILD_DIR)/.configured:
                CFLAGS="$(TARGET_CFLAGS)" \
                CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
                LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
-               ac_cv_linux_vers=$(LINUX_VERSION) \
+               ac_cv_linux_vers=2 \
                td_cv_buggygetaddrinfo="no" \
                ./configure \
                --target=$(GNU_TARGET_NAME) \
This page took 0.025982 seconds and 4 git commands to generate.