Browse Source

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
Matthew Burgess 13 years ago
parent
commit
dad1b16187
2 changed files with 6 additions and 3 deletions
  1. 4 0
      chapter01/changelog.xml
  2. 2 3
      chapter06/coreutils.xml

+ 4 - 0
chapter01/changelog.xml

@@ -39,6 +39,10 @@
     <listitem>
       <para>2011-12-05</para>
       <itemizedlist>
+        <listitem>
+          <para>[matthew] - Correct location of Coreutils' libstdbuf. Fixes
+          <ulink url="&lfs-ticket-root;2976">#2976</ulink>.</para>
+        </listitem>
         <listitem>
           <para>[matthew] - Move Psmisc to before E2fsprogs because the
           E2fsprogs testsuite uses killall. Fixes

+ 2 - 3
chapter06/coreutils.xml

@@ -68,9 +68,8 @@ esac</userinput></screen>
 
     <para>Now prepare Coreutils for compilation:</para>
 
-<screen><userinput remap="configure">./configure --prefix=/usr \
-    --libexecdir=/usr/lib/coreutils \
-    --enable-no-install-program=kill,uptime</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib \
+--enable-no-install-program=kill,uptime</userinput></screen>
 
     <variablelist>
       <title>The meaning of the configure options:</title>