Patch package contains a program for modifying or creating files by applying a patch file typically created by the diff program.
Download HTTP: https://mirror.csclub.uwaterloo.ca/gnu/patch/patch-2.8.tar.xz
Download SHA256 Sum: f87cee69eec2b4fcbf60a396b030ad6aa3415f192aa5f7ee84cad5e11f7f5ae3
Download Size: 886 KB
Estimated Disk Space: 11.6M
Estimated Build Time: less than 0.5 SBU
Make-4.4.1
Prepare Patch for compilation:
Now Configure the Package, issue:
./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