aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/shellutils-inst.xml
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-08-08 20:25:19 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-08-08 20:25:19 +0000
commit71cde276409b88da3fc06b6ddf6028d1a9a5f6ea (patch)
tree410b143448f654995893039a8b088baee6ae7fe9 /chapter05/shellutils-inst.xml
parent85f4212b4a11d644928e2db8f32aa31bf05c3ab9 (diff)
improve ch5 shellutils exp
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@940 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/shellutils-inst.xml')
-rw-r--r--chapter05/shellutils-inst.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter05/shellutils-inst.xml b/chapter05/shellutils-inst.xml
index 99e28261f..6e784c0c0 100644
--- a/chapter05/shellutils-inst.xml
+++ b/chapter05/shellutils-inst.xml
@@ -2,8 +2,7 @@
<title>Installation of Sh-utils</title>
<para>Before Sh-utils is installed, the sh-utils patch file needs
-to be unpacked. This patch file is necessary to avoid a conflict of
-variable names with glibc when compiling and linking statically.</para>
+to be unpacked.</para>
<para><screen><userinput>patch -Np1 -i ../sh-utils-&sh-utils-version;.patch &amp;&amp;</userinput>
<userinput>./configure --prefix=$LFS/usr --disable-nls &amp;&amp;</userinput>