From dad1b16187af444eb02129b622d0c97f89335403 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 5 Dec 2011 21:47:10 +0000 Subject: Fix the location of Coreutils' libstdbuf.so. Fixes #2976. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9686 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter06/coreutils.xml | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 11be65500..ebb932332 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,10 @@ 2011-12-05 + + [matthew] - Correct location of Coreutils' libstdbuf. Fixes + #2976. + [matthew] - Move Psmisc to before E2fsprogs because the E2fsprogs testsuite uses killall. Fixes diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 7de4ebb55..dd8062acd 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -68,9 +68,8 @@ esac Now prepare Coreutils for compilation: -./configure --prefix=/usr \ - --libexecdir=/usr/lib/coreutils \ - --enable-no-install-program=kill,uptime +./configure --prefix=/usr --libexecdir=/usr/lib \ +--enable-no-install-program=kill,uptime The meaning of the configure options: -- cgit v1.2.3-54-g00ecf