packages/nmap: add dependency on libstc++ to nping
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29149 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
93f2973bed
commit
58f84dff49
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user