mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-10 06:14:13 +01:00
fix the descriptions, after the removal of commands
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12079 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
4df8426c6b
commit
19a03e1e5a
@ -49,9 +49,9 @@
|
||||
<title>The meaning of the configure options:</title>
|
||||
|
||||
<varlistentry>
|
||||
<term><parameter>CC=gcc CFLAGS="-std=c99"</parameter></term>
|
||||
<term><parameter>CC=gcc"</parameter></term>
|
||||
<listitem>
|
||||
<para>These parameters specify the compiler and the C standard to use.</para>
|
||||
<para>These parameters specify the compiler to use.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -95,7 +95,7 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
|
||||
<screen><userinput remap="install">make SHLIB_LIBS="-lncursesw" install</userinput></screen>
|
||||
|
||||
<para>Now move the dynamic libraries to a more appropriate location
|
||||
and fix up some permissions and symbolic links:</para>
|
||||
and fix up symbolic links:</para>
|
||||
|
||||
<screen><userinput remap="install">mv -v /usr/lib/lib{readline,history}.so.* /lib
|
||||
ln -sfv ../../lib/$(readlink /usr/lib/libreadline.so) /usr/lib/libreadline.so
|
||||
|
Loading…
Reference in New Issue
Block a user