From a5933e25fe92578b61010733e7e327d9f634ccdc Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Sun, 5 Oct 2008 22:34:54 +0000 Subject: 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 --- chapter05/coreutils.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter05') 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 @@ Installation of Coreutils + Coreutils sometimes fails to buld when using an old kernel so apply + a patch: + +patch -Np1 -i ../&coreutils-old-kernel-patch; + Prepare Coreutils for compilation: ./configure --prefix=/tools --enable-install-program=hostname -- cgit v1.2.3-54-g00ecf