From: <smi...@us...> - 2004-03-15 02:38:01
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20523/scripts Modified Files: Tag: rel-1-0-patches linux-wlan-ng Log Message: ok this time it really works Index: linux-wlan-ng =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/linux-wlan-ng,v retrieving revision 1.10.2.2 retrieving revision 1.10.2.3 diff -u -d -r1.10.2.2 -r1.10.2.3 --- linux-wlan-ng 14 Mar 2004 22:03:25 -0000 1.10.2.2 +++ linux-wlan-ng 15 Mar 2004 02:28:57 -0000 1.10.2.3 @@ -34,7 +34,7 @@ if [ "$CONFIG_GCC_STACK_PROTECTOR" = "y" ]; then #echo "EXTRA_CFLAGS = -fno-stack-protector" >> config.mk - echo 'CFLAGS = $(CFLAGS) -fno-stack-protector' >> config.mk + echo 'KERNEL_CFLAGS+=-fno-stack-protector' >> config.mk fi make $PMAKE all || exit 1 |