Skip to content

Commit a275f17

Browse files
Return to vendor (Perl binding)
1 parent 3643797 commit a275f17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-system.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4958,7 +4958,7 @@ tar -xf net-snmp-5.9.1.tar.xz
49584958
cd net-snmp-5.9.1
49594959
./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 install
4961+
make -j1 INSTALLDIRS=vendor 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)