aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2011-11-25 20:46:59 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2011-11-25 20:46:59 +0000
commit1bfcbf84e7c619a5f4eba2b7ec245ff4479fae03 (patch)
tree7676cbc1f0c1367918f4ca239b17e6d98abc97d2
parentd97837d6470791cb19b4a8f6fac97b333ef669ab (diff)
Change libstdbuf.so's installation location to /usr/lib/coreutils. Fixes #2961.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9666 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml7
-rw-r--r--chapter06/coreutils.xml1
2 files changed, 8 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 86c2cb5de..ed3ecf534 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -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>
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index db4aa4c9d..43a8c5418 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -65,6 +65,7 @@ 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>
<variablelist>