Don't use -Werror for builds

This commit is contained in:
Kalev Lember 2016-10-12 22:05:27 +02:00
parent a35828ac60
commit 32e24bdb7c

View File

@ -53,7 +53,7 @@ developing applications that use %{name}.
%build
%configure --disable-static
%configure --disable-static --disable-Werror
%make_build V=1
@ -118,6 +118,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 3.22.1-1
- Update to 3.22.1
- Don't use -Werror for builds
* Wed Sep 21 2016 Kalev Lember <klember@redhat.com> - 3.22.0-2
- Split out sysprof-cli and libsysprof-ui subpackages