Logoj0ke.net Open Build Service > Projects > home:netmax > distcc > distcc-3.0_configure_Werror.patch
Sign Up | Log In

File distcc-3.0_configure_Werror.patch of Package distcc (Revision 10)

Currently displaying revision 10, show latest

x
 
1
--- configure.orig  2008-12-02 00:57:11.000000000 +0100
2
+++ configure   2008-12-02 00:57:28.000000000 +0100
3
@@ -3382,7 +3382,7 @@
4
     # Note that we can't include this in CFLAGS,
5
     # because that would affect the configure tests,
6
     # causing some of the tests to fail when they should succeed.
7
-    WERROR_CFLAGS="-Werror"
8
+    #WERROR_CFLAGS="-Werror"
9
 
10
     # For popt/*.c, we disable unused variable warnings.
11
     POPT_CFLAGS="-Wno-unused"
12