diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-04-01 15:21:14 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-04-01 15:21:14 +0000 |
commit | c4f4fc42fd209c104f26cbc89a6b1510b49adf89 (patch) | |
tree | 4b16d0d37ebe411e654f995f70bca3fc983c22d8 /package/nmap/Makefile | |
parent | 19161c86c691c891448993a650ccee35bd044d67 (diff) | |
download | upstream-c4f4fc42fd209c104f26cbc89a6b1510b49adf89.tar.gz upstream-c4f4fc42fd209c104f26cbc89a6b1510b49adf89.tar.bz2 upstream-c4f4fc42fd209c104f26cbc89a6b1510b49adf89.zip |
update nmap to 4.01 (thanks to Richard Nadeau)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3566 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/nmap/Makefile')
-rw-r--r-- | package/nmap/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/nmap/Makefile b/package/nmap/Makefile index 23997b88fe..b60558f6fb 100644 --- a/package/nmap/Makefile +++ b/package/nmap/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nmap -PKG_VERSION:=3.81 -PKG_RELEASE:=2 -PKG_MD5SUM:=0713306dda85aee2c95ef31b4b7d2838 +PKG_VERSION:=4.01 +PKG_RELEASE:=1 +PKG_MD5SUM:=09c259837b24f6c7385c2c1c49760a7c PKG_SOURCE_URL:=http://download.insecure.org/nmap/dist PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 @@ -50,6 +50,7 @@ $(PKG_BUILD_DIR)/.configured: $(DISABLE_NLS) \ --without-openssl \ --without-nmapfe \ + --with-libdnet="$(STAGING_DIR)/usr" \ --with-libpcap="$(STAGING_DIR)/usr" \ --with-libpcre="$(STAGING_DIR)/usr" \ ); |