From: nico Date: Tue, 15 Nov 2011 03:28:37 +0000 (+0000) Subject: packages/nmap: add dependency on libstc++ to nping X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=58f84dff49aeb21e0566da366d5840983b7418c5;p=packages.git packages/nmap: add dependency on libstc++ to nping git-svn-id: svn://svn.openwrt.org/openwrt/packages@29149 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/nmap/Makefile b/net/nmap/Makefile index c80e6c1f9..853848205 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -11,12 +11,15 @@ # include $(TOPDIR)/rules.mk + PKG_NAME:=nmap PKG_VERSION:=5.51 -PKG_RELEASE:=2 +PKG_RELEASE:=3 + PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://nmap.org/dist/ PKG_MD5SUM:=0b80d2cb92ace5ebba8095a4c2850275 + PKG_INSTALL:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) @@ -25,7 +28,7 @@ include $(INCLUDE_DIR)/package.mk NMAP_DEPENDS:=+libpcap +libstdcpp NCAT_DEPENDS:=+libpcap -NPING_DEPENDS:=+libpcap +libpthread +NPING_DEPENDS:=+libpcap +libpthread +libstdcpp NDIFF_DEPENDS:=+python define Package/nmap/default