diff options
author | Jay Freeman <saurik@saurik.com> | 2008-11-21 18:51:10 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-11-21 18:51:10 +0000 |
commit | fff46737b745b5f22378fe8d71555928864deb1e (patch) | |
tree | 74eb2f0f322e8926d03e50a21d4e4d5f964fd551 /data/nmap/make.sh | |
parent | e783b7931deeada96f1748d8c5d32fdc069b11a2 (diff) |
People kept wanting nmap 4.76.
git-svn-id: http://svn.telesphoreo.org/trunk@509 514c082c-b64e-11dc-b46d-3d985efe055d
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 |