Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6435/scripts
Modified Files:
iptables
Removed Files:
lcd4linux
Log Message:
fixed IMQ support
added missing files for lcd4linux
Index: iptables
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/iptables,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- iptables 11 Jan 2004 14:43:04 -0000 1.25
+++ iptables 27 Apr 2004 11:24:03 -0000 1.26
@@ -26,10 +26,17 @@
case $1 in
build )
- FLAGS="-O2"
- if [ "$CONFIG_GCC_STACK_PROTECTOR" = "y" ]; then
- FLAGS="-O2 -fno-stack-protector"
- fi
+ FLAGS="-O2"
+ if [ "$CONFIG_GCC_STACK_PROTECTOR" = "y" ]; then
+ FLAGS="-O2 -fno-stack-protector"
+ fi
+
+ if [ ! -f .done_imq_patch ]; then
+ touch .done_imq_patch
+ bzcat $DL_DIR/src/IMQ-iptables*bz2 | patch -p1 || exit 1
+ chmod +x extensions/.IMQ-test
+ fi
+
replace_str Makefile "/usr/local" "/usr"
# parallel build failes, do not use $PMAKE
make all COPT_FLAGS="$FLAGS" KERNEL_DIR=$KERNELDIR || exit 1
--- lcd4linux DELETED ---
|