From bc9b5f2931f58c0acabcbc80d9c8c45339b24928 Mon Sep 17 00:00:00 2001 From: Nuno Goncalves Date: Wed, 3 Dec 2014 13:39:14 +0000 Subject: [PATCH] nmap: dont build zenmap by default. Fixes https://dev.openwrt.org/ticket/18436. Closes #577. Signed-off-by: Nick Potts nicholas.potts@googles-email-system.com --- net/nmap/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/nmap/Makefile b/net/nmap/Makefile index 6a8949fa27..251b91e2db 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -14,7 +14,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nmap PKG_VERSION:=6.47 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER=Nuno Goncalves PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 @@ -87,7 +87,8 @@ CONFIGURE_ARGS += \ --with-libdnet=included \ --with-libpcre=included \ --with-libpcap="$(STAGING_DIR)/usr" \ - --without-liblua + --without-liblua \ + --without-zenmap CONFIGURE_VARS += CXXFLAGS="$$$$CXXFLAGS -fno-builtin"