aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/fileutils-static-inst.sgml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-01-26 18:31:07 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-01-26 18:31:07 +0000
commitbc90f9eaee278b2318ada99675d52460fe00d82e (patch)
tree4ddebd503955b67ea85626217bb04d486a91a1d6 /chapter05/fileutils-static-inst.sgml
parentc37b086432f8f1a27a51c727edbdf0b24a7bae2e (diff)
Added the fileutils-4.0 patch which is needed to compile fileutils on
glibc-2.2.x based systems (like the upcoming LFS-3.0) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@32 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/fileutils-static-inst.sgml')
-rw-r--r--chapter05/fileutils-static-inst.sgml2
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter05/fileutils-static-inst.sgml b/chapter05/fileutils-static-inst.sgml
index f3e3553d6..6a8be0d35 100644
--- a/chapter05/fileutils-static-inst.sgml
+++ b/chapter05/fileutils-static-inst.sgml
@@ -7,6 +7,8 @@ Install Fileutils by running the following commands:
<blockquote><literallayout>
+ <userinput>patch -Np1 -i ../fileutils-4.0.patch
+ &amp;&amp;</userinput>
<userinput>./configure --disable-nls \</userinput>
<userinput>--prefix=$LFS/usr --libexecdir=$LFS/bin
--bindir=$LFS/bin &amp;&amp;</userinput>