From: Heiko Z. <smi...@us...> - 2011-11-12 21:21:05
|
Update of /cvsroot/devil-linux/build/scripts In directory vz-cvs-3.sog:/tmp/cvs-serv26540 Modified Files: giflib Log Message: fatal warnings are not included in our gcc anymore Index: giflib =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/giflib,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- giflib 8 Nov 2011 14:23:57 -0000 1.3 +++ giflib 12 Nov 2011 21:21:02 -0000 1.4 @@ -16,11 +16,7 @@ case $1 in build ) - if [ "$CONFIG_GCC_HARDENED" = "y" ]; then - CC="gcc -no-fatal-warnings" ./configure --prefix=/usr || exit 1 - else - ./configure --prefix=/usr || exit 1 - fi + ./configure --prefix=/usr || exit 1 make || exit 1 strip_debug |