User Tools

Site Tools


lfs:pkg:bash-5.0

bash-5.0

Taille du paquet 11M
Somme de contrôle SHA256 3fca4a56e168d558260f2add5856a8b76446a4084eb05925869f0f36a601ff03
Estimation du temps de construction 123.670 secondes
TIMEFORMAT='(BUSYBOX) Compilation de bash-5.0 en %R seconds ...'
time {
wget http://ftp.gnu.org/gnu/bash/bash-5.0.tar.gz -O ${LFS}/download/bash-5.0.tar.gz --no-check-certificate &&
md5sum -c <<<" 2b44b47b905be16f45709648f671820b ${LFS}/download/bash-5.0.tar.gz" &&
rm -rf ${LFS}/src/bash-5.0 &&
tar xf ${LFS}/download/bash-5.0.tar.gz -C ${LFS}/src &&
cd ${LFS}/src/bash-5.0 &&
./configure --prefix=/usr                                --docdir=/usr/share/doc/bash-5.0             --without-bash-malloc                        --with-installed-readline CFLAGS="-static -static-libgcc" &&
make &&
make DESTDIR=$PWD/_pkg install &&
strip -v _pkg/usr/bin/*
strip -v _pkg/usr/lib/*
tar -C _pkg/ -cvf ${LFS}/pkg/bash-5.0.tar.gz ./
cd "${LFS}/"
}
lfs/pkg/bash-5.0.txt · Last modified: 2025/02/19 10:59 by 127.0.0.1