diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-05 22:34:54 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-05 22:34:54 +0000 |
commit | a5933e25fe92578b61010733e7e327d9f634ccdc (patch) | |
tree | 1f553fac768ea34171a8d42ed87dab04784b2343 /chapter05 | |
parent | 7187e06b8be3120f47484d230d159180d690aa4c (diff) |
Updated Coreutils to 6.12, thanks to William Immendorf for contributing a patch to add the mktemp program information to the Coreutils page
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8581 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/coreutils.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml index e763866ba..944aa730a 100644 --- a/chapter05/coreutils.xml +++ b/chapter05/coreutils.xml @@ -43,6 +43,11 @@ <sect2 role="installation"> <title>Installation of Coreutils</title> + <para>Coreutils sometimes fails to buld when using an old kernel so apply + a patch:</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> |