X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/bd4525f44b73dc92588263f1dd9686731c286213..613609706402ada80b46137439e7ebb743766bd2:/openwrt/package/nmap/Makefile diff --git a/openwrt/package/nmap/Makefile b/openwrt/package/nmap/Makefile index 659bff958..b60558f6f 100644 --- a/openwrt/package/nmap/Makefile +++ b/openwrt/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" \ ); @@ -67,10 +68,10 @@ $(PKG_BUILD_DIR)/.built: $(IPKG_NMAP): install -d -m0755 $(IDIR_NMAP)/usr/share/nmap for file in mac-prefixes os-fingerprints protocols rpc service-probes services; do \ - cp -fpR $(PKG_INSTALL_DIR)/usr/share/nmap/nmap-$$file $(IDIR_NMAP)/usr/share/nmap; \ + $(CP) $(PKG_INSTALL_DIR)/usr/share/nmap/nmap-$$file $(IDIR_NMAP)/usr/share/nmap; \ done install -d -m0755 $(IDIR_NMAP)/usr/bin - cp -fpR $(PKG_INSTALL_DIR)/usr/bin/nmap $(IDIR_NMAP)/usr/bin/ + $(CP) $(PKG_INSTALL_DIR)/usr/bin/nmap $(IDIR_NMAP)/usr/bin/ $(RSTRIP) $(IDIR_NMAP) $(IPKG_BUILD) $(IDIR_NMAP) $(PACKAGE_DIR)