diff options
Diffstat (limited to 'data/nmap/make.sh')
-rw-r--r-- | data/nmap/make.sh | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/data/nmap/make.sh b/data/nmap/make.sh index b60542064..482d0bad7 100644 --- a/data/nmap/make.sh +++ b/data/nmap/make.sh @@ -1,10 +1,8 @@ pkg:setup +pushd libdnet-stripped autoconf -cd libdnet-stripped -autoconf -cd ../ncat -autoconf -cd .. -pkg:configure --without-liblua --without-python --without-zenmap --enable-static=yes --with-liblua=no -make AR="${PKG_TARG}-ar" +popd +pkg:configure --without-liblua --without-python --without-zenmap --enable-static=yes --without-openssl --without-pcre +#make -j8 AR="${PKG_TARG}-ar" +pkg:make pkg:install |