Changes of Revision 10
[-] | Changed | distcc.spec |
x 1
2 Source3: sysconfig.distccd 3 Source4: profile 4 Source5: distccd.hosts 5 +Patch0: distcc-3.0_configure_Werror.patch 6 BuildRoot: %{_tmppath}/%{name}-%{version}-build 7 8 BuildRequires: pkgconfig gtk2 gtk2-devel libgnome libgnome-devel libgnomeui libgnomeui-devel libglade2 libglade2-devel pango pango-devel popt popt-devel 9
10 11 %prep 12 %setup 13 - 14 +%patch0 15 %build 16 17 %configure --with-gnome --with-gtk --with-docdir=%{_prefix}/share/doc/packages/%{name} 18 |
||
[+] | 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" |