Remove tcp_wrappers support

This commit is contained in:
Manuel 2013-05-04 15:06:19 +00:00
parent 4d66a1b05b
commit d6dc4eb6c7

View File

@ -1,12 +1,9 @@
#
# Platform Packages for Chakra, part of chakra-project.org
#
# maintainer abveritas[at]chakra-project[dot]org>
# contributor Michael Haesel <michael[dot]haesel[at]gmail[dot]com>
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" \