Changeset f733b3e for general


Ignore:
Timestamp:
08/26/2014 02:22:46 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
ca6ccb5
Parents:
7aca1ba
Message:

Remove some static libs.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14084 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/enchant.xml

    r7aca1ba rf733b3e  
    8282    commands:</para>
    8383
    84 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     84<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    8585make</userinput></screen>
    8686
     
    9090
    9191<screen role="root"><userinput>make install</userinput></screen>
     92
     93  </sect2>
     94
     95  <sect2 role="commands">
     96    <title>Command Explanations</title>
     97
     98    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     99      href="../../xincludes/static-libraries.xml"/>
    92100
    93101  </sect2>
     
    129137      <seglistitem>
    130138        <seg>enchant and enchant-lsmod</seg>
    131         <seg>libenchant.{so,a} and various backend libraries</seg>
    132         <seg>/usr/{include/enchant,lib/enchant,share/enchant}</seg>
     139        <seg>libenchant.so</seg>
     140        <seg>/usr/include/enchant, /usr/lib/enchant, and
     141        /usr/share/enchant</seg>
    133142      </seglistitem>
    134143    </segmentedlist>
     
    160169
    161170      <varlistentry id="libenchant">
    162         <term><filename class='libraryfile'>libenchant.{so,a}</filename></term>
     171        <term><filename class='libraryfile'>libenchant.so</filename></term>
    163172        <listitem>
    164173          <para>contains spell checking interface API functions.</para>
    165174          <indexterm zone="enchant libenchant">
    166             <primary sortas="c-libenchant">libenchant.{so,a}</primary>
     175            <primary sortas="c-libenchant">libenchant.so</primary>
    167176          </indexterm>
    168177        </listitem>
  • general/genlib/libesmtp.xml

    r7aca1ba rf733b3e  
    7474    commands:</para>
    7575
    76 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     76<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    7777make</userinput></screen>
    7878
     
    8282
    8383<screen role="root"><userinput>make install</userinput></screen>
     84
     85  </sect2>
     86
     87  <sect2 role="commands">
     88    <title>Command Explanations</title>
     89
     90    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     91      href="../../xincludes/static-libraries.xml"/>
    8492
    8593  </sect2>
     
    95103      <seglistitem>
    96104        <seg>libesmtp-config</seg>
    97         <seg>libesmtp.{so,a} and <application>libESMTP</application>
     105        <seg>libesmtp.so and <application>libESMTP</application>
    98106        SASL plugins</seg>
    99107        <seg>/usr/lib/esmtp-plugins</seg>
     
    118126
    119127      <varlistentry id="libesmtp-lib">
    120         <term><filename class='libraryfile'>libesmtp.{so,a}</filename></term>
     128        <term><filename class='libraryfile'>libesmtp.so</filename></term>
    121129        <listitem>
    122130          <para>is used to manage submission of electronic mail to a Mail
    123131          Transport Agent.</para>
    124132          <indexterm zone="libesmtp libesmtp-lib">
    125             <primary sortas="c-libesmtp">libesmtp.{so,a}</primary>
     133            <primary sortas="c-libesmtp">libesmtp.so</primary>
    126134          </indexterm>
    127135        </listitem>
  • general/genlib/libunistring.xml

    r7aca1ba rf733b3e  
    7474    commands:</para>
    7575
    76 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     76<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    7777make</userinput></screen>
    7878
     
    8282
    8383<screen role="root"><userinput>make install</userinput></screen>
     84
     85  </sect2>
     86
     87  <sect2 role="commands">
     88    <title>Command Explanations</title>
     89
     90    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     91      href="../../xincludes/static-libraries.xml"/>
    8492
    8593  </sect2>
     
    95103      <seglistitem>
    96104        <seg>None</seg>
    97         <seg>libunistring.{a,so}</seg>
     105        <seg>libunistring.so</seg>
    98106        <seg>/usr/share/libunistring</seg>
    99107      </seglistitem>
     
    106114
    107115      <varlistentry id="libunistring-lib">
    108         <term><command>libunistring.{a,so}</command></term>
     116        <term><command>libunistring.so</command></term>
    109117        <listitem>
    110118          <para>provides the unicode string library API.</para>
    111119          <indexterm zone="libunistring libunistring-lib">
    112             <primary sortas="c-libunistring-lib">libunistring.{a,so}</primary>
     120            <primary sortas="c-libunistring-lib">libunistring.so</primary>
    113121          </indexterm>
    114122        </listitem>
  • general/genutils/rarian.xml

    r7aca1ba rf733b3e  
    7878    commands:</para>
    7979
    80 <screen><userinput>./configure --prefix=/usr --localstatedir=/var &amp;&amp;
     80<screen><userinput>./configure --prefix=/usr        \
     81            --localstatedir=/var \
     82            --disable-static     &amp;&amp;
    8183make</userinput></screen>
    8284
     
    8688
    8789<screen role="root"><userinput>make install</userinput></screen>
     90
     91  </sect2>
     92
     93  <sect2 role="commands">
     94    <title>Command Explanations</title>
     95
     96    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     97      href="../../xincludes/static-libraries.xml"/>
    8898
    8999  </sect2>
     
    103113        rarian-sk-install, rarian-sk-migrate, rarian-sk-preinstall,
    104114        rarian-sk-rebuild, and rarian-sk-update</seg>
    105         <seg>librarian.{so,a}</seg>
     115        <seg>librarian.so</seg>
    106116        <seg>/usr/include/rarian, /usr/share/help, /usr/share/librarian/manual,
    107117        /usr/share/librarian/Templates/C, and /usr/var/lib/rarian</seg>
     
    262272
    263273      <varlistentry id="librarian">
    264         <term><filename class='libraryfile'>librarian.{so,a}</filename></term>
     274        <term><filename class='libraryfile'>librarian.so</filename></term>
    265275        <listitem>
    266276          <para>is the API to build a list of available meta data files and
    267277          allows access to these.</para>
    268278          <indexterm zone="rarian librarian">
    269             <primary sortas="c-librarian">librarian.{so,a}</primary>
     279            <primary sortas="c-librarian">librarian.so</primary>
    270280          </indexterm>
    271281        </listitem>
Note: See TracChangeset for help on using the changeset viewer.