mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 10:14:37 +08:00
Remove tcp_wrappers support
This commit is contained in:
parent
4d66a1b05b
commit
d6dc4eb6c7
@ -1,12 +1,9 @@
|
|||||||
#
|
#
|
||||||
# Platform Packages for Chakra, part of chakra-project.org
|
# 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
|
pkgname=net-snmp
|
||||||
pkgver=5.7.2
|
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"
|
pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://www.net-snmp.org/"
|
url="http://www.net-snmp.org/"
|
||||||
@ -40,7 +37,7 @@ build() {
|
|||||||
--mandir=/usr/share/man \
|
--mandir=/usr/share/man \
|
||||||
--enable-ucd-snmp-compatibility \
|
--enable-ucd-snmp-compatibility \
|
||||||
--enable-ipv6 \
|
--enable-ipv6 \
|
||||||
--with-libwrap \
|
--without-libwrap \
|
||||||
--with-python-modules \
|
--with-python-modules \
|
||||||
--with-default-snmp-version="3" \
|
--with-default-snmp-version="3" \
|
||||||
--with-sys-contact="root@localhost" \
|
--with-sys-contact="root@localhost" \
|
||||||
|
Loading…
Reference in New Issue
Block a user