added autoreconf to be able to build on aarch64

Resolves: #926223
This commit is contained in:
Jan Safranek 2013-03-25 10:40:32 +01:00
parent 3773d2964e
commit 85fc283956
1 changed files with 8 additions and 1 deletions

View File

@ -11,7 +11,7 @@
Summary: A collection of SNMP protocol tools and libraries
Name: net-snmp
Version: 5.7.2
Release: 7%{?dist}
Release: 8%{?dist}
Epoch: 1
License: BSD
@ -207,6 +207,10 @@ rm testing/fulltests/default/T200*
%endif
%build
# Autoreconf to get autoconf 2.69 for ARM (#926223)
autoreconf
MIBS="host agentx smux \
ucd-snmp/diskio tcp-mib udp-mib mibII/mta_sendmail \
ip-mib/ipv4InterfaceTable ip-mib/ipv6InterfaceTable \
@ -497,6 +501,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_initrddir}/snmptrapd
%changelog
* Mon Mar 25 2013 Jan Safranek <jsafrane@redhat.com> 1:5.7.2-8
- added autoreconf to be able to build on aarch64 (#926223)
* Thu Feb 14 2013 Tom Callaway <spot@fedoraproject.org> 1:5.7.2-7
- add missing IETF MIB license text (BSD)