[arch-commits] Commit in net-snmp/trunk (PKGBUILD)

Rémy Oudompheng remy at archlinux.org
Sat Sep 4 06:38:51 UTC 2010


    Date: Saturday, September 4, 2010 @ 02:38:51
  Author: remy
Revision: 89806

upgpkg: net-snmp 5.5-6
Rebuild for python2.

Modified:
  net-snmp/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-04 06:14:29 UTC (rev 89805)
+++ PKGBUILD	2010-09-04 06:38:51 UTC (rev 89806)
@@ -4,7 +4,7 @@
 
 pkgname=net-snmp
 pkgver=5.5
-pkgrel=5
+pkgrel=6
 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/"
@@ -33,7 +33,8 @@
     --with-default-snmp-version="3" --with-sys-contact="root at localhost" \
     --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" || return 1
+    --with-persistent-directory="/var/net-snmp" \
+    PYTHONPROG=/usr/bin/python2
   make NETSNMP_DONT_CHECK_VERSION=1 LDFLAGS+="-Wl,-rpath -Wl,/usr/lib/perl5/core_perl/CORE" || return 1
 }
 




More information about the arch-commits mailing list