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
|
||||
Name: zziplib
|
||||
Version: 0.13.62
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2+ or MPLv1.1
|
||||
Group: Applications/Archiving
|
||||
URL: http://zziplib.sourceforge.net/
|
||||
@ -63,6 +63,7 @@ zziplib library.
|
||||
cp -a zzip/_config.h _config.h
|
||||
|
||||
%build
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
%configure \
|
||||
--disable-static \
|
||||
--enable-sdl \
|
||||
@ -99,6 +100,9 @@ install -p -m 0644 _config.h %{buildroot}%{_includedir}/zzip/_config.h
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%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
|
||||
- Update to 0.13.62.
|
||||
- Remove no longer needed -Wl patch.
|
||||
|
Loading…
Reference in New Issue
Block a user