diff options
-rw-r--r-- | chapter01/changelog.xml | 7 | ||||
-rw-r--r-- | chapter06/coreutils.xml | 1 |
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> |