The Bash package contains the Bourne-Again Shell.
Download HTTP: https://mirror.csclub.uwaterloo.ca/gnu/bash/bash-5.3.tar.gz
Download SHA256 Sum: 0d5cd86965f869a26cf64f4b71be7b96f90a3ba8b3d74e27e8e9d9d5550f31ba
Download Size: 11,090 KB
Estimated Disk Space: 53.6M
Estimated Build Time: less than 0.5 SBU
M4-1.4.21 and Ncurses-6.6
Prepare Bash for compilation:
Now Configure the Package, issue:
./configure --prefix=/usr \
--host=$LFS_TGT \
--build=$(sh support/config.guess) \
--without-bash-malloc
To Compile the Package, issue:
make
Now Install the Package, issue:
make DESTDIR=$LFS install; ln -sv bash $LFS/bin/sh