Disable fatal warnings

New GCC 4.8 reports more warnings which breaks the build with -Werror.
This commit is contained in:
Kalev Lember 2013-01-25 22:10:31 +01:00
parent 0ad9fe200b
commit f1c1f4ee44

View File

@ -111,7 +111,7 @@ easy to use experience.
%build
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
%configure --disable-static)
%configure --disable-static --disable-compile-warnings)
make V=1 %{?_smp_mflags}
%install