diff options
Diffstat (limited to 'data/nmap/make.sh')
-rw-r--r-- | data/nmap/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/nmap/make.sh b/data/nmap/make.sh index 491b00e3c..f00a636fd 100644 --- a/data/nmap/make.sh +++ b/data/nmap/make.sh @@ -3,6 +3,6 @@ autoconf cd libdnet-stripped autoconf cd .. -pkg:configure --without-liblua --without-python --without-zenmap --enable-static=yes +pkg:configure --without-liblua --without-python --without-zenmap --enable-static=yes --with-liblua=no make pkg:install |