diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-23 11:47:52 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-23 11:47:52 +0000 |
commit | a811d13b5e1a9068ae229060e4dc3d7bde2e8c96 (patch) | |
tree | 8f4f2aa8ccc2e2179d7688a4c2ce3cdef2235836 /chapter05 | |
parent | 2b3871c5ef4b63d9f2f71be2201b2a26dce6244b (diff) |
patch explanation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@831 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/shellutils-inst.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter05/shellutils-inst.xml b/chapter05/shellutils-inst.xml index 6e784c0c0..e8ec2235c 100644 --- a/chapter05/shellutils-inst.xml +++ b/chapter05/shellutils-inst.xml @@ -2,7 +2,8 @@ <title>Installation of Sh-utils</title> <para>Before Sh-utils is installed, the sh-utils patch file needs -to be unpacked.</para> +to be unpacked. This patch file is necessary to avoid a conflict of +variable names with glibc when compiling and linking statically.<</para> <para><screen><userinput>patch -Np1 -i ../sh-utils-&sh-utils-version;.patch &&</userinput> <userinput>./configure --prefix=$LFS/usr --disable-nls &&</userinput> |