Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv11724/scripts
Modified Files:
cipe
Log Message:
SSP can't be disabled this way....
Index: cipe
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/cipe,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- cipe 30 Dec 2003 21:19:08 -0000 1.13
+++ cipe 31 Dec 2003 16:05:27 -0000 1.14
@@ -32,9 +32,6 @@
build )
if [ "$CONFIG_CIPE" = "y" ]; then
unset MAKELEVEL
- if [ "$CONFIG_GCC_STACK_PROTECTOR" = "y" ]; then
- export CFLAGS="-fno-stack-protector"
- fi
./configure --prefix=/usr --sysconfdir=/etc/cipe --disable-debug --disable-pkcipe || exit 1
#
@@ -49,9 +46,6 @@
install )
if [ "$CONFIG_CIPE" = "y" ]; then
- if [ "$CONFIG_GCC_STACK_PROTECTOR" = "y" ]; then
- export CFLAGS="-fno-stack-protector"
- fi
touch cipe.texinfo
touch cipe.info
mkdir -p $CDDIR/usr/bin
|