Disable strict aliasing, since the code is not strict-aliasing-clean

This commit is contained in:
Debarshi Ray 2013-07-17 13:34:54 +02:00
parent 84e1f55dc7
commit 6018ec06c1

View File

@ -1,6 +1,6 @@
Name: libgdata Name: libgdata
Version: 0.13.3 Version: 0.13.3
Release: 1%{?dist} Release: 2%{?dist}
Summary: Library for the GData protocol Summary: Library for the GData protocol
Group: System Environment/Libraries Group: System Environment/Libraries
@ -41,7 +41,7 @@ developing applications that use %{name}.
%build %build
%configure --disable-static %configure --disable-static
make %{?_smp_mflags} make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing"
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
@ -75,6 +75,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_datadir}/vala/ %{_datadir}/vala/
%changelog %changelog
* Tue Jul 16 2013 Matthias Clasen <mclasen@redhat.com> - 0.13.3-2
- Disable strict aliasing, since the code is not strict-aliasing-clean
* Tue Feb 26 2013 Kalev Lember <kalevlember@gmail.com> - 0.13.3-1 * Tue Feb 26 2013 Kalev Lember <kalevlember@gmail.com> - 0.13.3-1
- Update to 0.13.3 - Update to 0.13.3
- Add vala bindings - Add vala bindings