wok-6.x rev 10094
nmap: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 07:27:25 2011 +0000 (2011-05-20) |
parents | 0219c11c76d5 |
children | dcd8cc7f161c |
files | nmap/receipt |
line diff
1.1 --- a/nmap/receipt Fri May 20 07:23:58 2011 +0000 1.2 +++ b/nmap/receipt Fri May 20 07:27:25 2011 +0000 1.3 @@ -17,7 +17,7 @@ 1.4 { 1.5 cd $src 1.6 ./configure --cache-file=$PWD/config.cache \ 1.7 - --without-liblua && 1.8 + --without-liblua $CONFIGURE_ARGS && 1.9 make && 1.10 make DESTDIR=$DESTDIR install-nmap 1.11 }