Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv21531/scripts
Modified Files:
iptables
Log Message:
don't compile with SSP
Index: iptables
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/iptables,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- iptables 31 Oct 2003 20:18:09 -0000 1.19
+++ iptables 2 Nov 2003 15:27:10 -0000 1.20
@@ -34,7 +34,7 @@
fi
replace_str Makefile "/usr/local" "/usr"
# parallel build failes, do not use $PMAKE
- make all KERNEL_DIR=$KERNELDIR || exit 1
+ make all COPT_FLAGS="$FLAGS" KERNEL_DIR=$KERNELDIR || exit 1
strip_debug
# install it, so other programs can use it
make install || exit 1
|