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

Pierre Schmitz pierre at archlinux.org
Thu May 20 21:29:16 UTC 2010


    Date: Thursday, May 20, 2010 @ 17:29:16
  Author: pierre
Revision: 80723

upgpkg: net-snmp 5.5-5
disable broken ipv6 support again

Modified:
  net-snmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-20 21:14:44 UTC (rev 80722)
+++ PKGBUILD	2010-05-20 21:29:16 UTC (rev 80723)
@@ -4,7 +4,7 @@
 
 pkgname=net-snmp
 pkgver=5.5
-pkgrel=4
+pkgrel=5
 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,7 @@
     --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" --enable-ipv6|| return 1
+    --with-persistent-directory="/var/net-snmp" || return 1
   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