mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-21 12:49:21 +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>
|
||||
<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
|
||||
|
@ -68,8 +68,7 @@ esac</userinput></screen>
|
||||
|
||||
<para>Now prepare Coreutils for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||
--libexecdir=/usr/lib/coreutils \
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib \
|
||||
--enable-no-install-program=kill,uptime</userinput></screen>
|
||||
|
||||
<variablelist>
|
||||
|
Loading…
Reference in New Issue
Block a user