mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-30 09:09:20 +01:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
e361ac572d
@ -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>
|
||||||
|
|
||||||
|
@ -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:
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user