From a3f60e1edeb9bf38678e8f566ef84cfd7e7a5deb Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 10 May 2001 00:08:03 +0000 Subject: Added static patch to chapter 5 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@608 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/chapter05.xml | 1 + chapter05/patch-inst.xml | 16 ++++++++++++++++ chapter05/patch.xml | 8 ++++++++ 3 files changed, 25 insertions(+) create mode 100644 chapter05/patch-inst.xml create mode 100644 chapter05/patch.xml (limited to 'chapter05') diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml index cf255efe1..1ee9be3b1 100644 --- a/chapter05/chapter05.xml +++ b/chapter05/chapter05.xml @@ -19,6 +19,7 @@ &c5-textutils; &c5-mawk; &c5-texinfo; +&c5-patch; &c5-pwdgroup; &c5-oldnsslib; &c5-proc; diff --git a/chapter05/patch-inst.xml b/chapter05/patch-inst.xml new file mode 100644 index 000000000..765f0ae9c --- /dev/null +++ b/chapter05/patch-inst.xml @@ -0,0 +1,16 @@ + +Installation of Patch + + +Install Make by running the following commands: + + +
+ ./configure --prefix=$LFS/usr + && + make LDFLAGS=-static && + make install +
+ +
+ diff --git a/chapter05/patch.xml b/chapter05/patch.xml new file mode 100644 index 000000000..d2f3f4436 --- /dev/null +++ b/chapter05/patch.xml @@ -0,0 +1,8 @@ + +Installing Patch + +&c5-patch-inst; +&aa-patch-desc; + + + -- cgit v1.2.3-54-g00ecf