summaryrefslogtreecommitdiff
path: root/data/nmap/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/nmap/make.sh')
-rw-r--r--data/nmap/make.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/data/nmap/make.sh b/data/nmap/make.sh
index 482d0bad7..4735a954a 100644
--- a/data/nmap/make.sh
+++ b/data/nmap/make.sh
@@ -2,7 +2,9 @@ pkg:setup
pushd libdnet-stripped
autoconf
popd
-pkg:configure --without-liblua --without-python --without-zenmap --enable-static=yes --without-openssl --without-pcre
-#make -j8 AR="${PKG_TARG}-ar"
+CPPFLAGS="-I$(PKG_DEST_ _lua5.3)/${PKG_TAPF}/include/lua5.3" \
+pkg:configure --without-python --without-zenmap --enable-static=yes --without-nmap-update --disable-universal --enable-ipv6
pkg:make
pkg:install
+#pkg: sed -ie 's|^#!.*|#!/usr/bin/env python|' /usr/bin/ndiff
+pkg: rm /usr/bin/ndiff