Author: matthew
Date: 2011-11-25 13:46:59 -0700 (Fri, 25 Nov 2011)
New Revision: 9666
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/coreutils.xml
Log:
Change libstdbuf.so's installation location to /usr/lib/coreutils. Fixes #2961.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2011-11-25 20:45:28 UTC (rev 9665)
+++ trunk/BOOK/chapter01/changelog.xml 2011-11-25 20:46:59 UTC (rev 9666)
@@ -40,6 +40,13 @@
<para>2011-11-25</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Install Coreutils'
+ <filename class="libraryfile">libstdbuf.so</filename> to
+ <filename class="directory">/usr/lib/coreutils</filename> to
+ maintain consistency with other packages' shared library locations.
+ Fixes <ulink url="&lfs-ticket-root;2961">#2961</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Upgrade to Linux-3.1.2. Fixes
<ulink url="&lfs-ticket-root;2960">#2960</ulink>.</para>
</listitem>
Modified: trunk/BOOK/chapter06/coreutils.xml
===================================================================
--- trunk/BOOK/chapter06/coreutils.xml 2011-11-25 20:45:28 UTC (rev 9665)
+++ trunk/BOOK/chapter06/coreutils.xml 2011-11-25 20:46:59 UTC (rev 9666)
@@ -65,6 +65,7 @@
<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>
<variablelist>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page