From 615a56582820d63d362a15e3f9130a68c1766df2 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 7 Feb 2008 19:47:39 +0000 Subject: Upgrade to Coreutils-6.10. Fixes #2133. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8470 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/coreutils.xml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'chapter05/coreutils.xml') diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml index 8a35596a7..e763866ba 100644 --- a/chapter05/coreutils.xml +++ b/chapter05/coreutils.xml @@ -43,18 +43,22 @@ Installation of Coreutils - The version of the function futimens used - by Coreutils is incompatible with the version that current - Glibc provides, so we'll rename the function: + Prepare Coreutils for compilation: -for file in src/{copy,touch}.c lib/utimens.{c,h} ; do \ - cp -v $file{,.orig} - sed 's/futimens/gl_&/' $file.orig > $file -done +./configure --prefix=/tools --enable-install-program=hostname - Prepare Coreutils for compilation: + + The meaning of the configure options: -./configure --prefix=/tools + + --enable-install-program=hostname + + This enables the hostname binary to be built + and installed – it is disabled by default but is required by the + Perl test suite. + + + Compile the package: -- cgit v1.2.3-54-g00ecf