Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30404/scripts
Modified Files:
Tag: rel-1-0-patches
linux-wlan-ng
Log Message:
undo last change (this version on linux-wlan-ng needs the other variable)
Index: linux-wlan-ng
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/linux-wlan-ng,v
retrieving revision 1.10.2.1
retrieving revision 1.10.2.2
diff -u -d -r1.10.2.1 -r1.10.2.2
--- linux-wlan-ng 13 Mar 2004 16:12:10 -0000 1.10.2.1
+++ linux-wlan-ng 14 Mar 2004 22:03:25 -0000 1.10.2.2
@@ -33,8 +33,8 @@
make default_config || exit 1
if [ "$CONFIG_GCC_STACK_PROTECTOR" = "y" ]; then
- echo "EXTRA_CFLAGS = -fno-stack-protector" >> config.mk
- #echo 'CFLAGS = $(CFLAGS) -fno-stack-protector' >> config.mk
+ #echo "EXTRA_CFLAGS = -fno-stack-protector" >> config.mk
+ echo 'CFLAGS = $(CFLAGS) -fno-stack-protector' >> config.mk
fi
make $PMAKE all || exit 1
|