Rebuild with -fno-strict-aliasing
This commit is contained in:
parent
b2d9041c9d
commit
0622c7741b
@ -1,7 +1,7 @@
|
|||||||
Summary: Lightweight library to easily extract data from zip files
|
Summary: Lightweight library to easily extract data from zip files
|
||||||
Name: zziplib
|
Name: zziplib
|
||||||
Version: 0.13.62
|
Version: 0.13.62
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPLv2+ or MPLv1.1
|
License: LGPLv2+ or MPLv1.1
|
||||||
Group: Applications/Archiving
|
Group: Applications/Archiving
|
||||||
URL: http://zziplib.sourceforge.net/
|
URL: http://zziplib.sourceforge.net/
|
||||||
@ -63,6 +63,7 @@ zziplib library.
|
|||||||
cp -a zzip/_config.h _config.h
|
cp -a zzip/_config.h _config.h
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-sdl \
|
--enable-sdl \
|
||||||
@ -99,6 +100,9 @@ install -p -m 0644 _config.h %{buildroot}%{_includedir}/zzip/_config.h
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 30 2013 Jindrich Novy <jnovy@redhat.com> 0.13.62-2
|
||||||
|
- rebuild with -fno-strict-aliasing
|
||||||
|
|
||||||
* Wed Oct 10 2012 Matthias Saou <matthias@saou.eu> 0.13.62-1
|
* Wed Oct 10 2012 Matthias Saou <matthias@saou.eu> 0.13.62-1
|
||||||
- Update to 0.13.62.
|
- Update to 0.13.62.
|
||||||
- Remove no longer needed -Wl patch.
|
- Remove no longer needed -Wl patch.
|
||||||
|
Loading…
Reference in New Issue
Block a user