From 4d799458274f83bcf13d49715eaa435045a719d7 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 14 Mar 2014 04:00:44 +0000 Subject: Fri Mar 14 03:57:28 UTC 2014 --- extra/net-snmp/PKGBUILD | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'extra/net-snmp') diff --git a/extra/net-snmp/PKGBUILD b/extra/net-snmp/PKGBUILD index 05ebfe611..2d4084d1d 100644 --- a/extra/net-snmp/PKGBUILD +++ b/extra/net-snmp/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 206473 2014-02-27 12:21:34Z eric $ +# $Id: PKGBUILD 207700 2014-03-13 15:36:37Z fyan $ # Maintainer: # Contributor: Dale Blount pkgname=net-snmp pkgver=5.7.2.1 -pkgrel=1 +pkgrel=2 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 @@ optdepends=('perl-term-readkey: for snmpcheck application' options=('!emptydirs' '!makeflags') source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc} snmpd.service snmptrapd.service libnl32.patch) -sha1sums=('ea5b8952ca482eceac8cb1f3ffbac50e13c0a5b0' +sha1sums=('815d4e5520a1ed96a27def33e7534b4190599f0f' 'SKIP' '84e32c54d32e6b608747054e04a3ddfe6d6638cc' '0244e91c7baa0abebfb5c0560e8ce04c966c5992' @@ -25,9 +25,11 @@ sha1sums=('ea5b8952ca482eceac8cb1f3ffbac50e13c0a5b0' 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 + #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 } -- cgit v1.2.3-54-g00ecf