Taille du paquet | 27M |
Somme de contrĂ´le SHA256 | 26fde012e5bcb6bd7ec2a062c7761efc424f6fd16ba2c6bfd477c0b44f58c3cf |
Estimation du temps de construction | 211.277 secondes |
TIMEFORMAT='(BUSYBOX) Compilation de util-linux-2.34 en %R seconds ...'
time {
wget https://www.kernel.org/pub/linux/utils/util-linux/v2.34/util-linux-2.34.tar.xz -O ${LFS}/download/util-linux-2.34.tar.xz --no-check-certificate &&
md5sum -c <<<" a78cbeaed9c39094b96a48ba8f891d50 ${LFS}/download/util-linux-2.34.tar.xz" &&
rm -Rf ${LFS}/src/util-linux-2.34 &&
tar xf ${LFS}/download/util-linux-2.34.tar.xz -C ${LFS}/src &&
cd ${LFS}/src/util-linux-2.34 &&
./configure ADJTIME_PATH=/var/lib/hwclock/adjtime --docdir=/usr/share/doc/util-linux-2.34 --disable-chfn-chsh --disable-login --disable-nologin --disable-su --disable-setpriv --disable-runuser --disable-pylibmount --without-python CFLAGS="-static -static-libgcc" &&
make &&
make DESTDIR=$PWD/_pkg install
strip -v _pkg/bin/*
strip -v _pkg/sbin/*
strip -v _pkg/lib/*
tar -C _pkg/ -cvf ${LFS}/pkg/util-linux-2.34.tar.gz ./
cd "${LFS}/"
}