Automatic merge of trunk into multilib

This commit is contained in:
Thomas Trepl 2024-02-25 00:30:21 +01:00
commit e361ac572d
3 changed files with 12 additions and 4 deletions

View File

@ -1047,7 +1047,15 @@
<segmentedlist id="gettext-optdeps"> <segmentedlist id="gettext-optdeps">
<segtitle>&external;</segtitle> <segtitle>&external;</segtitle>
<seglistitem> <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> </seglistitem>
</segmentedlist> </segmentedlist>

View File

@ -247,7 +247,7 @@ esac</userinput></screen>
<emphasis role='bold'>you MUST follow the note in Libxcrypt <emphasis role='bold'>you MUST follow the note in Libxcrypt
section to install section to install
<filename class='libraryfile'>libcrypt.so.1*</filename> <filename class='libraryfile'>libcrypt.so.1*</filename>
(overwritting (replacing
<filename class='libraryfile'>libcrypt.so.1</filename> from the <filename class='libraryfile'>libcrypt.so.1</filename> from the
prior Glibc installation)</emphasis>. prior Glibc installation)</emphasis>.
</para> </para>
@ -265,7 +265,7 @@ esac</userinput></screen>
<screen role='nodump'><userinput>rm -f /usr/sbin/nscd</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 If this system (prior to LFS 12.1, exclusive) is based on
Systemd, it's also needed to disable and stop the Systemd, it's also needed to disable and stop the
<command>nscd</command> service now: <command>nscd</command> service now:

View File

@ -110,7 +110,7 @@
--disable-static \ --disable-static \
--disable-failure-tokens --disable-failure-tokens
make make
cp -av .libs/libcrypt.so.1* /usr/lib</userinput></screen> cp -av --remove-destination .libs/libcrypt.so.1* /usr/lib</userinput></screen>
</note> </note>
</sect2> </sect2>