mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-29 08:39:21 +01:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
e361ac572d
@ -1047,7 +1047,15 @@
|
||||
<segmentedlist id="gettext-optdeps">
|
||||
<segtitle>&external;</segtitle>
|
||||
<seglistitem>
|
||||
<seg><ulink url='&blfs-book;general/libxml2.html'>libxml2</ulink></seg>
|
||||
<seg>
|
||||
<ulink url='&blfs-book;general/libunistring.html'>
|
||||
libunistring
|
||||
</ulink>
|
||||
and
|
||||
<ulink url='&blfs-book;general/libxml2.html'>
|
||||
libxml2
|
||||
</ulink>
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
|
@ -247,7 +247,7 @@ esac</userinput></screen>
|
||||
<emphasis role='bold'>you MUST follow the note in Libxcrypt
|
||||
section to install
|
||||
<filename class='libraryfile'>libcrypt.so.1*</filename>
|
||||
(overwritting
|
||||
(replacing
|
||||
<filename class='libraryfile'>libcrypt.so.1</filename> from the
|
||||
prior Glibc installation)</emphasis>.
|
||||
</para>
|
||||
@ -265,7 +265,7 @@ esac</userinput></screen>
|
||||
|
||||
<screen role='nodump'><userinput>rm -f /usr/sbin/nscd</userinput></screen>
|
||||
|
||||
<para>
|
||||
<para revision='systemd'>
|
||||
If this system (prior to LFS 12.1, exclusive) is based on
|
||||
Systemd, it's also needed to disable and stop the
|
||||
<command>nscd</command> service now:
|
||||
|
@ -110,7 +110,7 @@
|
||||
--disable-static \
|
||||
--disable-failure-tokens
|
||||
make
|
||||
cp -av .libs/libcrypt.so.1* /usr/lib</userinput></screen>
|
||||
cp -av --remove-destination .libs/libcrypt.so.1* /usr/lib</userinput></screen>
|
||||
</note>
|
||||
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user