Ignore:
Timestamp:
06/21/2013 06:56:36 AM (11 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
376c8c0
Parents:
25a105fe
Message:

JasPer: disable static library by default

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11310 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/jasper.xml

    r25a105fe ra9880a8b  
    9191
    9292<screen><userinput>patch -Np1 -i ../jasper-&jasper-version;-security_fixes-1.patch &amp;&amp;
    93 ./configure --prefix=/usr --enable-shared &amp;&amp;
     93./configure --prefix=/usr --enable-shared --disable-static &amp;&amp;
    9494make</userinput></screen>
    9595
     
    112112    <title>Command Explanations</title>
    113113
    114     <para><command>--enable-shared</command>: This command
     114    <para><option>--enable-shared</option>: This command
    115115    causes the shared library to be built.</para>
    116116
    117     <para><option>--disable-static</option>: This causes the
    118     static library to not be built.</para>
     117    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     118      href="../../xincludes/static-libraries.xml"/>
    119119
    120120    <para><option>--x-includes=DIR --x-libraries=DIR</option>: These tell the
     
    151151      <seglistitem>
    152152        <seg>imgcmp, imginfo, jasper, jiv, and tmrdemo</seg>
    153         <seg>libjasper.{so,a}</seg>
     153        <seg>libjasper.so</seg>
    154154        <seg>/usr/include/jasper and /usr/share/doc/jasper-&jasper-version;</seg>
    155155      </seglistitem>
     
    213213
    214214      <varlistentry id="jasper-lib">
    215         <term><filename class='libraryfile'>libjasper.{so,a}</filename></term>
     215        <term><filename class='libraryfile'>libjasper.so</filename></term>
    216216        <listitem>
    217217          <para>a library used by programs for reading and writing
    218218          JPEG2000 format files.</para>
    219219          <indexterm zone="jasper jasper-lib">
    220             <primary sortas="c-libjasper">libjasper.{so,a}</primary>
     220            <primary sortas="c-libjasper">libjasper.so</primary>
    221221          </indexterm>
    222222        </listitem>
Note: See TracChangeset for help on using the changeset viewer.