mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
libnsl: Stop moving libraries to /lib
This commit is contained in:
parent
ef04442415
commit
373e0aebc1
@ -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>
|
||||
|
@ -117,25 +117,28 @@ make</userinput></screen>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install &&
|
||||
mv /usr/lib/libnsl.so.2* /lib &&
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user