# coreutils-8.31 ^ Taille du paquet | 90M | ^ Somme de contrĂ´le SHA256 | ea13917629f53c665b173cc66c7536f75ef0ad8fa430e5e2dc19571cd9f375e3 | ^ Estimation du temps de construction |355.416 secondes | ``` TIMEFORMAT='(BUSYBOX) Compilation de coreutils-8.31 en %R seconds ...' time { wget http://ftp.gnu.org/gnu/coreutils/coreutils-8.31.tar.xz -O ${LFS}/download/coreutils-8.31.tar.xz --no-check-certificate && md5sum -c <<<" 0009a224d8e288e8ec406ef0161f9293 ${LFS}/download/coreutils-8.31.tar.xz" && rm -Rf ${LFS}/src/coreutils-8.31 && tar xf ${LFS}/download/coreutils-8.31.tar.xz -C ${LFS}/src && cd ${LFS}/src/coreutils-8.31 && sed -i '/test.lock/s/^/#/' gnulib-tests/gnulib.mk && autoreconf -fiv && FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/ --enable-no-install-program=kill,uptime CFLAGS="-static -static-libgcc" && make && make DESTDIR=$PWD/_pkg install strip -v _pkg/bin/* strip -v _pkg/lib/* tar -C _pkg/ -cvf ${LFS}/pkg/coreutils-8.31.tar.gz ./ && cd "${LFS}/" } ```