Disable fatal warnings
New GCC 4.8 reports more warnings which breaks the build with -Werror.
This commit is contained in:
parent
0ad9fe200b
commit
f1c1f4ee44
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user