fix #925586: call autoreconf -ifv during build to add support for aarch64

This commit is contained in:
Tomas Smetana 2013-03-26 14:12:32 +01:00
parent c926b1e280
commit b627253c74
1 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Summary: Image loading, saving, rendering, and manipulation library
Name: imlib2
Version: 1.4.5
Release: 8%{?dist}
Release: 9%{?dist}
License: Imlib2
Group: System Environment/Libraries
URL: http://docs.enlightenment.org/api/imlib2/html/
@ -68,6 +68,9 @@ asmopts="--enable-mmx --disable-amd64"
%endif
%endif
# can be dropped once upstream moves to autoconf 2.69
autoreconf -ifv
# stop -L/usr/lib[64] getting added to imlib2-config
export x_libs=" "
%configure --disable-static --with-pic $asmopts
@ -119,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Mar 26 2013 Tomas Smetana <tsmetana@redhat.com> - 1.4.5-9
- fix #925586: call autoreconf -ifv during build to add support for aarch64
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.5-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild