Diffutils package contains programs that show the differences between files or directories.
Download HTTP: https://mirror.csclub.uwaterloo.ca/gnu/diffutils/diffutils-3.12.tar.xz
Download SHA256 Sum: 7c8b7f9fc8609141fdea9cece85249d308624391ff61dedaf528fcb337727dfd
Download Size: 1,893 KB
Estimated Disk Space: 27.6M
Estimated Build Time: less than 0.5 SBU
Coreutils-9.10
Prepare Diffutils for compilation:
Now Configure the Package, issue:
./configure --prefix=/usr \
--host=$LFS_TGT \
--build=$(./build-aux/config.guess) \
gl_cv_func_strcasecmp_works=y
To Compile the Package, issue:
make
Now Install the Package, issue:
make DESTDIR=$LFS install