Don't use -Werror for builds
This commit is contained in:
parent
a35828ac60
commit
32e24bdb7c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user