Changeset e2f583c for networking


Ignore:
Timestamp:
08/15/2021 09:45:02 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
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:
2f4e6181
Parents:
4f89710
Message:

libnsl: supress static library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libnsl.xml

    r4f89710 re2f583c  
    107107
    108108<screen><userinput>autoreconf -fi                &amp;&amp;
    109 ./configure --sysconfdir=/etc &amp;&amp;
     109./configure --sysconfdir=/etc --disable-static &amp;&amp;
    110110make</userinput></screen>
    111111
     
    122122  </sect2>
    123123
    124 <!--
    125124  <sect2 role="commands">
    126125    <title>Command Explanations</title>
    127126
    128 <!- - there is no disable-static in the configure string
    129127    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    130128      href="../../xincludes/static-libraries.xml"/>
    131 - ->
    132 
    133 <!- - FIXME: No longer needed with merged-/usr
    134     <para>
    135       <command>mv -v /usr/lib/libnsl.so.2* ...</command>: Move shared
    136       libraries into /lib so they are available before /usr is mounted.
    137     </para>
    138 - ->
    139129
    140130  </sect2>
    141 -->
    142131
    143132  <sect2 role="content">
     
    154143        </seg>
    155144        <seg>
    156           libnsl.{a,so}
     145          libnsl.so
    157146        </seg>
    158147        <seg>
     
    168157
    169158      <varlistentry id="libnsl-lib">
    170         <term><filename class="libraryfile">libnsl.{a,so}</filename></term>
     159        <term><filename class="libraryfile">libnsl.so</filename></term>
    171160        <listitem>
    172161          <para>
Note: See TracChangeset for help on using the changeset viewer.