diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-29 18:41:54 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-29 18:41:54 +0000 |
commit | 3a4d4518a7a1da2ef4f9be01304fa1c6e8f8e9f5 (patch) | |
tree | 2dd4d58bee05564cb9e45276467d76860bae2c9f /chapter05/shellutils-inst.xml | |
parent | 1708b01f8f230ca6d3170936471d554dd9926a46 (diff) |
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
Diffstat (limited to 'chapter05/shellutils-inst.xml')
-rw-r--r-- | chapter05/shellutils-inst.xml | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ <title>Installation of Sh-utils</title> <para> -Install Shellutils by running the following commands: +Before Sh-utils is installed, the sh-utils patch file needs to be unpacked. </para> <blockquote><literallayout> + <userinput>patch -Np1 -i ../sh-utils-2.0.patch + &&</userinput> <userinput>./configure --prefix=$LFS/usr --disable-nls &&</userinput> <userinput>make LDFLAGS=-static &&</userinput> |