From d6dc4eb6c73635978fa850125958456f75b82df8 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 4 May 2013 15:06:19 +0000 Subject: [PATCH] Remove tcp_wrappers support --- net-snmp/PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/net-snmp/PKGBUILD b/net-snmp/PKGBUILD index cd9e2aad9..56d0b2a11 100644 --- a/net-snmp/PKGBUILD +++ b/net-snmp/PKGBUILD @@ -1,12 +1,9 @@ # # Platform Packages for Chakra, part of chakra-project.org -# -# maintainer abveritas[at]chakra-project[dot]org> -# contributor Michael Haesel pkgname=net-snmp pkgver=5.7.2 -pkgrel=3 +pkgrel=4 pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6" arch=('x86_64') url="http://www.net-snmp.org/" @@ -40,7 +37,7 @@ build() { --mandir=/usr/share/man \ --enable-ucd-snmp-compatibility \ --enable-ipv6 \ - --with-libwrap \ + --without-libwrap \ --with-python-modules \ --with-default-snmp-version="3" \ --with-sys-contact="root@localhost" \