Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 6454b519dfaec8b8321aae5b3f091f2b > files > 14

squid-3.0-8mdv2009.0.src.rpm

diff -Naurp squid-3.0.STABLE1/configure.in squid-3.0.STABLE1.oden/configure.in
--- squid-3.0.STABLE1/configure.in	2007-12-14 01:25:27.000000000 +0100
+++ squid-3.0.STABLE1.oden/configure.in	2008-01-27 19:57:21.000000000 +0100
@@ -184,10 +184,10 @@ dnl TODO: check if the problem will be p
         SQUID_CFLAGS="-Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments"
 	;;
     *)
-        SQUID_CFLAGS="-Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments"
+        SQUID_CFLAGS="-Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments"
 	;;
     esac
-    SQUID_CXXFLAGS="-Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments"
+    SQUID_CXXFLAGS="-Wall -Wpointer-arith -Wwrite-strings -Wcomments"
 else
     SQUID_CFLAGS=
     SQUID_CXXFLAGS=
diff -Naurp squid-3.0.STABLE1/lib/libTrie/configure.in squid-3.0.STABLE1.oden/lib/libTrie/configure.in
--- squid-3.0.STABLE1/lib/libTrie/configure.in	2004-12-21 15:55:20.000000000 +0100
+++ squid-3.0.STABLE1.oden/lib/libTrie/configure.in	2008-01-27 19:57:06.000000000 +0100
@@ -37,8 +37,8 @@ AC_PROG_RANLIB
 
 dnl set useful flags
 if test "$GCC" = "yes"; then
-   TRIE_CFLAGS="-Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments"
-   TRIE_CXXFLAGS="-Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments"
+   TRIE_CFLAGS="-Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments"
+   TRIE_CXXFLAGS="-Wall -Wpointer-arith -Wwrite-strings -Wcomments"
 else
    TRIE_CFLAGS=
    TRIE_CXXFLAGS=