Commit af6a48f5 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Upgraded iproute2 to 5.12.0

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