Changeset 373e0ae


Ignore:
Timestamp:
06/01/2021 09:30:37 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
29e0d9d6
Parents:
ef044424
Message:

libnsl: Stop moving libraries to /lib

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    ref044424 r373e0ae  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Adapt libnsl to merged-/usr changes.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[renodr] - Adapt wpa_supplicant to merged-/usr changes.</para>
    4952        </listitem>
  • networking/netlibs/libnsl.xml

    ref044424 r373e0ae  
    118118    </para>
    119119
    120 <screen role="root"><userinput>make install                  &amp;&amp;
    121 mv /usr/lib/libnsl.so.2* /lib &amp;&amp;
    122 ln -sfv ../../lib/libnsl.so.2.0.1 /usr/lib/libnsl.so</userinput></screen>
     120<screen role="root"><userinput>make install</userinput></screen>
    123121
    124122  </sect2>
    125123
     124<!--
    126125  <sect2 role="commands">
    127126    <title>Command Explanations</title>
    128127
    129 <!-- there is no disable-static in the configure string
     128<!- - there is no disable-static in the configure string
    130129    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    131130      href="../../xincludes/static-libraries.xml"/>
    132 -->
     131- ->
     132
     133<!- - FIXME: No longer needed with merged-/usr
    133134    <para>
    134135      <command>mv -v /usr/lib/libnsl.so.2* ...</command>: Move shared
    135136      libraries into /lib so they are available before /usr is mounted.
    136137    </para>
     138- ->
    137139
    138140  </sect2>
     141-->
    139142
    140143  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.