diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-03-11 21:30:22 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-03-11 21:30:22 +0000 |
commit | 8d72f1f91901e0d344e126aa5a5f47c609d5d332 (patch) | |
tree | 8d84a54b034518331872dc0a2ec865a7fc5c590b /chapter05/coreutils.xml | |
parent | 835b56ae9c714560cbf2158ef6005f9919fecc25 (diff) |
Upgrade to Coreutils-7.1. Fixes #2354.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8822 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/coreutils.xml')
-rw-r--r-- | chapter05/coreutils.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml index e901a2949..9098bdfb4 100644 --- a/chapter05/coreutils.xml +++ b/chapter05/coreutils.xml @@ -43,12 +43,6 @@ <sect2 role="installation"> <title>Installation of Coreutils</title> - <para>There's an internal issue with Coreutils which makes some of the - programs behave abnormally if you build using an older kernel. Apply a - patch to fix the issue:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-old-kernel-patch;</userinput></screen> - <para>Prepare Coreutils for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/tools --enable-install-program=hostname</userinput></screen> |