Commit 5e3ad57e authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated net-snmp to 5.9.1

parent ab3bdaa5
all: all:
tar xf net-snmp-5.8.tar.gz tar xf net-snmp-5.9.1.tar.gz
patch -Np1 -d net-snmp-5.8 < net-snmp-5.8-arm64.patch cd net-snmp-5.9.1 && ./configure --prefix=/usr --disable-static
cd net-snmp-5.8 && ./configure --prefix=/usr --disable-static $(MAKE) -C net-snmp-5.9.1
$(MAKE) -C net-snmp-5.8 $(MAKE) -C net-snmp-5.9.1 install
$(MAKE) -C net-snmp-5.8 install rm -rf net-snmp-5.9.1
rm -rf net-snmp-5.8
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment