Commit a76d7fc1 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Upgraded iproute2 to 5.7.0

parent bf2c6ee2
all:
tar xf iproute2-5.2.0.tar.xz
cd iproute2-5.2.0 && sed -i '/ARPD/d' Makefile
cd iproute2-5.2.0 && rm -fv man/man8/arpd8
cd iproute2-5.2.0 && sed -i 's/m_ipt.o//' tc/Makefile
$(MAKE) -C iproute2-5.2.0
$(MAKE) -C iproute2-5.2.0 DOCDIR=/usr/share/doc/iproute2-5.2.0 install
rm -rf iproute2-5.2.0
tar xf iproute2-5.7.0.tar.xz
cd iproute2-5.7.0 && sed -i '/ARPD/d' Makefile
cd iproute2-5.7.0 && rm -fv man/man8/arpd8
cd iproute2-5.7.0 && sed -i 's/m_ipt.o//' tc/Makefile
$(MAKE) -C iproute2-5.7.0
$(MAKE) -C iproute2-5.7.0 DOCDIR=/usr/share/doc/iproute2-5.7.0 install
rm -rf iproute2-5.7.0
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