Skip to content

Commit 3643797

Browse files
Minor configure alteration
1 parent aa17969 commit 3643797

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build-system.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4956,9 +4956,9 @@ rm -rf libpcap-1.10.1
49564956
# Net-SNMP.
49574957
tar -xf net-snmp-5.9.1.tar.xz
49584958
cd net-snmp-5.9.1
4959-
./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --enable-ucd-snmp-compatibility --enable-ipv6 --with-python-modules --with-default-snmp-version="3" --with-sys-contact="root@localhost" --with-sys-location="Unknown" --with-logfile="/var/log/snmpd.log" --with-mib-modules="host misc/ipfwacc ucd-snmp/diskio tunnel ucd-snmp/dlmod ucd-snmp/lmsensorsMib" --with-persistent-directory="/var/net-snmp"
4959+
./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --enable-ucd-snmp-compatibility --enable-ipv6 --with-python-modules --with-default-snmp-version="3" --with-sys-contact="root@massos" --with-sys-location="Unknown" --with-logfile="/var/log/snmpd.log" --with-mib-modules="host misc/ipfwacc ucd-snmp/diskio tunnel ucd-snmp/dlmod ucd-snmp/lmsensorsMib" --with-persistent-directory="/var/net-snmp"
49604960
make NETSNMP_DONT_CHECK_VERSION=1
4961-
make -j1 INSTALLDIRS=vendor install
4961+
make -j1 install
49624962
install -m644 systemd-units/snmpd.service /usr/lib/systemd/system/snmpd.service
49634963
install -m644 systemd-units/snmptrapd.service /usr/lib/systemd/system/snmptrapd.service
49644964
for i in libnetsnmp libnetsnmpmibs libsnmp libnetsnmphelpers libnetsnmptrapd libnetsnmpagent; do

0 commit comments

Comments
 (0)