qLinux
… a distribution study
<< Prev Tar-1.34
Next >> Procps-ng-3.3.17
IPRoute2-5.13.0
Reference: 8.61. IPRoute2-5.13.0. Fix the build system:
patch -Np1 -i ../iproute2-5.13.0-bld-20220210.patch
The patch above disables the included  arpd 
, thus remove an obsolete man page:
rm -fv man/man8/arpd.8
Disable 2 modules which requires iptables (optional, the package builds without it too):
sed -i 's/.m_ipt.o//' tc/Makefile
Todo Makefile: The path to  db_185.h 
include file have to be fixed (perhaps to  /libs/inc 
?), but right now we don't have this file.
Fix the sources accordingly to qLinux:
patch -Np1 -i iproute2-5.15.0-src-20220210.patch
Build and install the package:
make make install
<< Prev Tar-1.34
        
Next >> Procps-ng-3.3.17