From 3a4d4518a7a1da2ef4f9be01304fa1c6e8f8e9f5 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sun, 29 Apr 2001 18:41:54 +0000 Subject: Added sh-utils patch in chapter 5 to solve static linking problems on a few platforms. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@551 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- Attic/appendixc/packages.xml | 1 + Attic/appendixc/shellutils-patch.xml | 6 ++++++ chapter04/packages.xml | 1 + chapter04/shellutils-patch.xml | 6 ++++++ chapter05/shellutils-inst.xml | 4 +++- index.xml | 6 ++++-- 6 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 Attic/appendixc/shellutils-patch.xml create mode 100644 chapter04/shellutils-patch.xml diff --git a/Attic/appendixc/packages.xml b/Attic/appendixc/packages.xml index 0bcfb341c..21055e243 100644 --- a/Attic/appendixc/packages.xml +++ b/Attic/appendixc/packages.xml @@ -24,6 +24,7 @@ package quicker. &ac-make; &ac-sed; &ac-shellutils; +&ac-shellutils-patch; &ac-tar; &ac-tar-patch; &ac-textutils; diff --git a/Attic/appendixc/shellutils-patch.xml b/Attic/appendixc/shellutils-patch.xml new file mode 100644 index 000000000..cc596d870 --- /dev/null +++ b/Attic/appendixc/shellutils-patch.xml @@ -0,0 +1,6 @@ +Shellutils Patch (&sh-utils-version;): + +&ftp;/ + +&http;/ + diff --git a/chapter04/packages.xml b/chapter04/packages.xml index d20e8d8ad..d54419097 100644 --- a/chapter04/packages.xml +++ b/chapter04/packages.xml @@ -18,6 +18,7 @@ &c3-make; &c3-sed; &c3-shellutils; +&c3-shellutils-patch; &c3-tar; &c3-tar-patch; &c3-textutils; diff --git a/chapter04/shellutils-patch.xml b/chapter04/shellutils-patch.xml new file mode 100644 index 000000000..997be2561 --- /dev/null +++ b/chapter04/shellutils-patch.xml @@ -0,0 +1,6 @@ +Shellutils Patch (&sh-utils-version;) 1 KB: + +&ftp;/gzip-&sh-utils-version;.patch.bz2 + +&http;/gzip-&sh-utils-version;.patch.bz2 + diff --git a/chapter05/shellutils-inst.xml b/chapter05/shellutils-inst.xml index 3da0e0b18..b581e2318 100644 --- a/chapter05/shellutils-inst.xml +++ b/chapter05/shellutils-inst.xml @@ -2,10 +2,12 @@ Installation of Sh-utils -Install Shellutils by running the following commands: +Before Sh-utils is installed, the sh-utils patch file needs to be unpacked.
+ patch -Np1 -i ../sh-utils-2.0.patch + && ./configure --prefix=$LFS/usr --disable-nls && make LDFLAGS=-static && diff --git a/index.xml b/index.xml index 97ddbeeff..430a56f57 100644 --- a/index.xml +++ b/index.xml @@ -10,8 +10,8 @@ - - + + @@ -82,6 +82,7 @@ + @@ -476,6 +477,7 @@ + -- cgit v1.2.3-54-g00ecf