]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Do not build with -Werror by default.
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Mon, 11 May 2015 19:12:31 +0000 (21:12 +0200)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Mon, 11 May 2015 19:12:31 +0000 (21:12 +0200)
configure

index 7219398c8c09b46499c47985bb83b7d88db1a0f8..ff8ec84292b0bb964614deedae6913910a54cf1a 100755 (executable)
--- 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