net-snmp: move to usr/bin.
This commit is contained in:
parent
35c4f0e2cd
commit
aa60a241e2
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'net-snmp'.
|
# Template build file for 'net-snmp'.
|
||||||
pkgname=net-snmp
|
pkgname=net-snmp
|
||||||
version=5.7.3
|
version=5.7.3
|
||||||
revision=5
|
revision=6
|
||||||
hostmakedepends="pkg-config unzip"
|
hostmakedepends="pkg-config unzip"
|
||||||
makedepends="bzip2-devel libressl-devel libnl-devel pciutils-devel"
|
makedepends="bzip2-devel libressl-devel libnl-devel pciutils-devel"
|
||||||
short_desc="Simple Network Management Protocol (SNMP) suite"
|
short_desc="Simple Network Management Protocol (SNMP) suite"
|
||||||
|
@ -26,7 +26,7 @@ do_configure() {
|
||||||
--with-logfile=/var/log/snmpd.log \
|
--with-logfile=/var/log/snmpd.log \
|
||||||
--with-mib-modules="host misc/ipfwacc ucd-snmp/diskio tunnel ucd-snmp/dlmod" \
|
--with-mib-modules="host misc/ipfwacc ucd-snmp/diskio tunnel ucd-snmp/dlmod" \
|
||||||
--with-persistent-directory=/var/net-snmp --disable-static \
|
--with-persistent-directory=/var/net-snmp --disable-static \
|
||||||
--without-python --without-perl
|
--without-python --without-perl --sbindir=/usr/bin
|
||||||
}
|
}
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} NETSNMP_DONT_CHECK_VERSION=1
|
make ${makejobs} NETSNMP_DONT_CHECK_VERSION=1
|
||||||
|
|
Loading…
Reference in New Issue