Commit bf2c6ee2 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated iproute2 to 5.2.0

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