Update of /cvsroot/devil-linux/build/scripts
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10123
Modified Files:
nmap
Log Message:
we need to specifically disable lua on 32 bit, otherwise it tries to build
ncat
Index: nmap
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/nmap,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- nmap 5 Dec 2011 09:11:38 -0000 1.6
+++ nmap 18 Oct 2015 16:05:26 -0000 1.7
@@ -19,7 +19,7 @@
case $1 in
build )
if [ "$CONFIG_NMAP" = "y" ]; then
- ./configure --prefix=/usr --without-zenmap --disable-nls || exit 1
+ ./configure --prefix=/usr --without-zenmap --disable-nls --without-liblua || exit 1
make $PMAKE all || exit 1
fi
|