Author: matthew
Date: 2011-12-05 14:47:10 -0700 (Mon, 05 Dec 2011)
New Revision: 9686
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/coreutils.xml
Log:
Fix the location of Coreutils' libstdbuf.so. Fixes #2976.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2011-12-05 21:25:41 UTC (rev 9685)
+++ trunk/BOOK/chapter01/changelog.xml 2011-12-05 21:47:10 UTC (rev 9686)
@@ -40,6 +40,10 @@
<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
<ulink url="&lfs-ticket-root;2975">#2975</ulink>.</para>
Modified: trunk/BOOK/chapter06/coreutils.xml
===================================================================
--- trunk/BOOK/chapter06/coreutils.xml 2011-12-05 21:25:41 UTC (rev 9685)
+++ trunk/BOOK/chapter06/coreutils.xml 2011-12-05 21:47:10 UTC (rev 9686)
@@ -68,9 +68,8 @@
<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>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page