libnsl: Stop moving libraries to /lib

This commit is contained in:
Douglas R. Reno 2021-06-01 16:30:37 -05:00
parent ef04442415
commit 373e0aebc1
2 changed files with 11 additions and 5 deletions

View File

@ -44,6 +44,9 @@
<listitem>
<para>June 1st, 2021</para>
<itemizedlist>
<listitem>
<para>[renodr] - Adapt libnsl to merged-/usr changes.</para>
</listitem>
<listitem>
<para>[renodr] - Adapt wpa_supplicant to merged-/usr changes.</para>
</listitem>

View File

@ -117,25 +117,28 @@ make</userinput></screen>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install &amp;&amp;
mv /usr/lib/libnsl.so.2* /lib &amp;&amp;
ln -sfv ../../lib/libnsl.so.2.0.1 /usr/lib/libnsl.so</userinput></screen>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<!--
<sect2 role="commands">
<title>Command Explanations</title>
<!-- there is no disable-static in the configure string
<!- - there is no disable-static in the configure string
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
-->
- ->
<!- - FIXME: No longer needed with merged-/usr
<para>
<command>mv -v /usr/lib/libnsl.so.2* ...</command>: Move shared
libraries into /lib so they are available before /usr is mounted.
</para>
- ->
</sect2>
-->
<sect2 role="content">
<title>Contents</title>