From a811d13b5e1a9068ae229060e4dc3d7bde2e8c96 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Mon, 23 Jul 2001 11:47:52 +0000 Subject: [PATCH] patch explanation git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@831 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/shellutils-inst.xml | 3 ++- chapter06/findutils-inst.xml | 3 ++- 2 files changed, 4 insertions(+), 2 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 @@ Installation of Sh-utils Before Sh-utils is installed, the sh-utils patch file needs -to be unpacked. +to be unpacked. This patch file is necessary to avoid a conflict of +variable names with glibc when compiling and linking statically.< patch -Np1 -i ../sh-utils-&sh-utils-version;.patch && ./configure --prefix=$LFS/usr --disable-nls && diff --git a/chapter06/findutils-inst.xml b/chapter06/findutils-inst.xml index ea032aa63..856a0d84e 100644 --- a/chapter06/findutils-inst.xml +++ b/chapter06/findutils-inst.xml @@ -2,7 +2,8 @@ Installing Findutils Before Findutils is installed the findutils patch file has -to be unpacked. +to be unpacked. This patch is to fix some compliation errors by +avoiding a variable conflict and changing some bad syntax. Install Findutils by running the following commands: