Browse Source

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
lilik-openwrt-22.03
Nuno Goncalves 10 years ago
parent
commit
bc9b5f2931
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      net/nmap/Makefile

+ 3
- 2
net/nmap/Makefile View File

@ -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 <nunojpg@gmail.com>
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"


Loading…
Cancel
Save