diff options
author | Sam Bingner <sam@bingner.com> | 2019-04-08 23:43:02 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-04-09 23:20:43 -1000 |
commit | 758eebce2bb5a38964722747286d0a6280ffdf6b (patch) | |
tree | 54cfc9d6f84fd2a91b4a0c8b5d3924d6afa455eb /data/nmap/make.sh | |
parent | 280c4fb7b1e371ce1bfa7fc6c83a9e6581e84dc2 (diff) |
Update nmap and add liblua for it
Diffstat (limited to 'data/nmap/make.sh')
-rw-r--r-- | data/nmap/make.sh | 6 |
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 |