[-]
[+]
|
Changed |
distcc.spec
|
|
[-]
[+]
|
Added |
distcc-3.0_configure_Werror.patch
^
|
@@ -0,0 +1,11 @@
+--- configure.orig 2008-12-02 00:57:11.000000000 +0100
++++ configure 2008-12-02 00:57:28.000000000 +0100
+@@ -3382,7 +3382,7 @@
+ # Note that we can't include this in CFLAGS,
+ # because that would affect the configure tests,
+ # causing some of the tests to fail when they should succeed.
+- WERROR_CFLAGS="-Werror"
++ #WERROR_CFLAGS="-Werror"
+
+ # For popt/*.c, we disable unused variable warnings.
+ POPT_CFLAGS="-Wno-unused"
|