Date: Thursday, February 27, 2014 @ 13:20:49 Author: eric Revision: 206472
upgpkg: net-snmp 5.7.2.1-1 Upstream update Modified: net-snmp/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-02-27 11:47:50 UTC (rev 206471) +++ PKGBUILD 2014-02-27 12:20:49 UTC (rev 206472) @@ -3,8 +3,8 @@ # Contributor: Dale Blount <[email protected]> pkgname=net-snmp -pkgver=5.7.2 -pkgrel=8 +pkgver=5.7.2.1 +pkgrel=1 pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6" arch=('i686' 'x86_64') url="http://www.net-snmp.org/" @@ -17,7 +17,7 @@ options=('!emptydirs' '!makeflags') source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc} snmpd.service snmptrapd.service libnl32.patch) -sha1sums=('c493027907f32400648244d81117a126aecd27ee' +sha1sums=('ea5b8952ca482eceac8cb1f3ffbac50e13c0a5b0' 'SKIP' '84e32c54d32e6b608747054e04a3ddfe6d6638cc' '0244e91c7baa0abebfb5c0560e8ce04c966c5992' @@ -25,6 +25,7 @@ prepare() { cd ${pkgname}-${pkgver} + make PERL_ARCHLIB=/usr/lib/perl5/core_perl PERL_INC=/usr/lib/perl5/core_perl/CORE distclean # http://sourceforge.net/tracker/index.php?func=detail&aid=3250304&group_id=12694&atid=112694 patch -Np1 -i "$srcdir/libnl32.patch" autoreconf -f -i @@ -43,8 +44,7 @@ --with-sys-location="Unknown" \ --with-logfile="/var/log/snmpd.log" \ --with-mib-modules="host misc/ipfwacc ucd-snmp/diskio tunnel ucd-snmp/dlmod" \ - --with-persistent-directory="/var/net-snmp" \ - --disable-static + --with-persistent-directory="/var/net-snmp" make NETSNMP_DONT_CHECK_VERSION=1 }
