From: Hans Kristian Rosbach Date: Mon, 11 May 2015 19:12:31 +0000 (+0200) Subject: Do not build with -Werror by default. X-Git-Tag: 1.9.9-b1~844 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38473e1c2f432b47ba649294fec9822cc22b9ad4;p=thirdparty%2Fzlib-ng.git Do not build with -Werror by default. --- diff --git a/configure b/configure index 7219398c8..ff8ec8429 100755 --- a/configure +++ b/configure @@ -193,7 +193,7 @@ show $cc -c $test.c if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then echo ... using gcc >> configure.log CC="$cc" - CFLAGS="${CFLAGS--O3} ${ARCHS} -Wall -Werror" + CFLAGS="${CFLAGS--O3} ${ARCHS} -Wall" SFLAGS="${CFLAGS--O3} -fPIC" LDFLAGS="${LDFLAGS} ${ARCHS}" if test $build64 -eq 1; then