summaryrefslogtreecommitdiff
path: root/data/nmap/make.sh
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2009-07-30 21:44:17 +0000
committerJay Freeman <saurik@saurik.com>2009-07-30 21:44:17 +0000
commit31a598a34271f387088461bc19790d109635ef41 (patch)
tree2b80850ed6b7bd95d9824ee79e1c55287870c901 /data/nmap/make.sh
parent693dad3c5f7e16c70c01d93fd5379d6625ee9a83 (diff)
Upgraded to nmap 5.00.
git-svn-id: http://svn.telesphoreo.org/trunk@639 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/nmap/make.sh')
-rw-r--r--data/nmap/make.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/nmap/make.sh b/data/nmap/make.sh
index f00a636fd..b60542064 100644
--- a/data/nmap/make.sh
+++ b/data/nmap/make.sh
@@ -2,7 +2,9 @@ pkg:setup
autoconf
cd libdnet-stripped
autoconf
+cd ../ncat
+autoconf
cd ..
pkg:configure --without-liblua --without-python --without-zenmap --enable-static=yes --with-liblua=no
-make
+make AR="${PKG_TARG}-ar"
pkg:install