X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/b61069672c553c5e5051b2988e2b8918772d01bc..d4aba41503ffb5c40681d74b76732668e8c8b064:/openwrt/package/tcpdump/Makefile diff --git a/openwrt/package/tcpdump/Makefile b/openwrt/package/tcpdump/Makefile index 1b1641e04..fabd1500b 100644 --- a/openwrt/package/tcpdump/Makefile +++ b/openwrt/package/tcpdump/Makefile @@ -7,7 +7,10 @@ PKG_VERSION:=3.8.3 PKG_RELEASE:=1 PKG_MD5SUM:=30645001f4b97019677cad88d3811904 -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) \