The Gawk package contains programs for manipulating text files.
Download HTTP: https://mirror.csclub.uwaterloo.ca/gnu/gawk/gawk-5.4.0.tar.xz
Download SHA256 Sum: 3dd430f0cd3b4428c6c3f6afc021b9cd3c1f8c93f7a688dc268ca428a90b4ac1
Download Size: 3,714 KB
Estimated Disk Space: 36.2M
Estimated Build Time: less than 0.5 SBU
Findutils-4.10.0
Prepare Gawk for compilation:
Now Configure the Package, issue:
sed -i 's/extras//' Makefile.in
./configure --prefix=/usr \
--host=$LFS_TGT \
--build=$(build-aux/config.guess)
To Compile the Package, issue:
make
Now Install the Package, issue:
make DESTDIR=$LFS install