diff options
Diffstat (limited to 'data/nmap')
-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 d7434e06c..e3a5e883d 100644 --- a/data/nmap/make.sh +++ b/data/nmap/make.sh @@ -5,6 +5,6 @@ autoconf cd libdnet-stripped autoconf cd .. -pkg:configure --without-liblua --without-python --without-zenmap +pkg:configure --without-liblua --without-python --without-zenmap --enable-static=yes make pkg:install |