Ignore:
Timestamp:
08/26/2014 02:22:46 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
1430393
Parents:
9800de01
Message:

Remove some static libs.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libunistring.xml

    r9800de01 r242345d  
    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>
Note: See TracChangeset for help on using the changeset viewer.