Disable strict aliasing, since the code is not strict-aliasing-clean
This commit is contained in:
parent
84e1f55dc7
commit
6018ec06c1
@ -1,6 +1,6 @@
|
||||
Name: libgdata
|
||||
Version: 0.13.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Library for the GData protocol
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -41,7 +41,7 @@ developing applications that use %{name}.
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing"
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
@ -75,6 +75,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%{_datadir}/vala/
|
||||
|
||||
%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
|
||||
- Update to 0.13.3
|
||||
- Add vala bindings
|
||||
|
Loading…
Reference in New Issue
Block a user