Changeset 242345d for x/lib/fltk.xml


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
  • x/lib/fltk.xml

    r9800de01 r242345d  
    136136            --enable-threads \
    137137            --enable-xft     \
    138             --enable-shared  &amp;&amp;
     138            --enable-shared  \
     139            --disable-static &amp;&amp;
    139140make</userinput></screen>
    140141
     
    167168
    168169    <para>
    169       <command>patch ...tigervnc-1.patch</command>: Install patches to make
    170       the libraries compatible with <application>tigervnc</application>.
    171     </para>
    172 
    173     <para>
    174       <command>patch ...dynamic_libs-1.patch</command>: Allow building
    175       dynamic libraries.
    176     </para>
    177 
    178     <para>
    179170      <command>sed ... configure</command>: configure: Fix output of
    180171      <command>fltk-config --version</command>.
     
    183174    <para>
    184175      <command>sed ... documentation/Makefile</command>: Avoid installing
    185       pages in <filename class='directory'>/usr/share/man/cat*</filename>.
    186     </para>
     176      pages in <filename class="directory">/usr/share/man/cat*</filename>.
     177    </para>
     178
     179    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     180      href="../../xincludes/static-libraries.xml"/>
    187181
    188182  </sect2>
     
    205199        </seg>
    206200        <seg>
    207           libfltk.{a,so},
    208           libfltk_forms.{a,so},
    209           libfltk_gl.{a,so}, and
    210           libfltk_images.{a,so}
     201          libfltk.so,
     202          libfltk_forms.so,
     203          libfltk_gl.so, and
     204          libfltk_images.so
    211205        </seg>
    212206        <seg>
Note: See TracChangeset for help on using the changeset viewer.