mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-21 20:59:22 +01:00
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
This commit is contained in:
parent
634aa8990c
commit
dad1b16187
@ -39,6 +39,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2011-12-05</para>
|
<para>2011-12-05</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[matthew] - Correct location of Coreutils' libstdbuf. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;2976">#2976</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[matthew] - Move Psmisc to before E2fsprogs because the
|
<para>[matthew] - Move Psmisc to before E2fsprogs because the
|
||||||
E2fsprogs testsuite uses killall. Fixes
|
E2fsprogs testsuite uses killall. Fixes
|
||||||
|
@ -68,9 +68,8 @@ esac</userinput></screen>
|
|||||||
|
|
||||||
<para>Now prepare Coreutils for compilation:</para>
|
<para>Now prepare Coreutils for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
<screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib \
|
||||||
--libexecdir=/usr/lib/coreutils \
|
--enable-no-install-program=kill,uptime</userinput></screen>
|
||||||
--enable-no-install-program=kill,uptime</userinput></screen>
|
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<title>The meaning of the configure options:</title>
|
<title>The meaning of the configure options:</title>
|
||||||
|
Loading…
Reference in New Issue
Block a user