From 09e794a1ee53de449ad7b2580e6aa608f310b195 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 15 Nov 2011 03:24:05 +0000 Subject: [PATCH] packages/nmap: add dependencies on libnl (closes: #9868) SVN-Revision: 29148 --- net/nmap/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/net/nmap/Makefile b/net/nmap/Makefile index c80e6c1f9..5bc2ee423 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -11,21 +11,24 @@ # 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) include $(INCLUDE_DIR)/package.mk -NMAP_DEPENDS:=+libpcap +libstdcpp +NMAP_DEPENDS:=+libnl +libpcap +libstdcpp NCAT_DEPENDS:=+libpcap -NPING_DEPENDS:=+libpcap +libpthread +NPING_DEPENDS:=+libnl +libpcap +libpthread NDIFF_DEPENDS:=+python define Package/nmap/default -- 2.30.2