From: <smi...@us...> - 2004-03-13 16:20:58
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12391/scripts Modified Files: Tag: rel-1-0-patches linux-wlan-ng Log Message: new version of linux-wlan-ng seems to use the variables a bit different Index: linux-wlan-ng =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/linux-wlan-ng,v retrieving revision 1.10 retrieving revision 1.10.2.1 diff -u -d -r1.10 -r1.10.2.1 --- linux-wlan-ng 25 Aug 2003 22:34:31 -0000 1.10 +++ linux-wlan-ng 13 Mar 2004 16:12:10 -0000 1.10.2.1 @@ -33,7 +33,7 @@ make default_config || exit 1 if [ "$CONFIG_GCC_STACK_PROTECTOR" = "y" ]; then - echo "KERNEL_CFLAGS += -fno-stack-protector" >> config.mk + echo "EXTRA_CFLAGS = -fno-stack-protector" >> config.mk #echo 'CFLAGS = $(CFLAGS) -fno-stack-protector' >> config.mk fi |