iproute2-5.2.0

Taille du paquet 2.5M
Somme de contrĂ´le SHA256 de482ee8be3bac959f254963c17f62a03f51faae8b790cdec73fca48b01c0ac2
Estimation du temps de construction 59.786 secondes
TIMEFORMAT='(BUSYBOX) Compilation de iproute2-5.2.0 en %R seconds ...'
time {
wget  https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-5.2.0.tar.xz -O ${LFS}/download/iproute2-5.2.0.tar.xz --no-check-certificate &&
md5sum -c <<<" 0cb2736e7bc2f56254a363d3d23703b7 ${LFS}/download/iproute2-5.2.0.tar.xz" &&
rm -Rf ${LFS}/src/iproute2-5.2.0 &&
tar xf ${LFS}/download/iproute2-5.2.0.tar.xz -C ${LFS}/src &&
cd ${LFS}/src/iproute2-5.2.0 &&
./configure CFLAGS="-static -static-libgcc" &&
make &&
make DESTDIR=$PWD/_pkg install &&
strip -v _pkg/sbin/*
strip -v _pkg/lib/*
tar -C _pkg/ -cvf ${LFS}/pkg/iproute2-5.2.0.tar.gz ./
cd "${LFS}/"
}