run autoreconf before configure so aarch64 is supported (#926859)

epel9
Thomas Spura 12 years ago
parent 7ca72a2b57
commit 9684f06abb

@ -2,7 +2,7 @@
Name: zeromq Name: zeromq
Version: 2.2.0 Version: 2.2.0
Release: 5%{?dist} Release: 6%{?dist}
Summary: Software library for fast, message-based applications Summary: Software library for fast, message-based applications
Group: System Environment/Libraries Group: System Environment/Libraries
@ -11,6 +11,8 @@ URL: http://www.zeromq.org
# VCS: git:http://github.com/zeromq/zeromq2.git # VCS: git:http://github.com/zeromq/zeromq2.git
Source0: http://download.zeromq.org/zeromq-%{version}.tar.gz Source0: http://download.zeromq.org/zeromq-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: glib2-devel BuildRequires: glib2-devel
%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5) %if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
BuildRequires: e2fsprogs-devel BuildRequires: e2fsprogs-devel
@ -60,6 +62,7 @@ rm -v $(find foreign -type f | grep -v Makefile)
%build %build
autoreconf -fi
%configure \ %configure \
%if %{with pgm} %if %{with pgm}
--with-system-pgm \ --with-system-pgm \
@ -101,6 +104,9 @@ make check
%changelog %changelog
* Wed Mar 27 2013 Thomas Spura <tomspur@fedoraproject.org> - 2.2.0-6
- run autoreconf before configure so aarch64 is supported (#926859)
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-5 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

Loading…
Cancel
Save