Author: igor
Date: Thu Jun 20 23:56:36 2013
New Revision: 11310
Log:
JasPer: disable static library by default
Modified:
trunk/BOOK/general/graphlib/jasper.xml
Modified: trunk/BOOK/general/graphlib/jasper.xml
==============================================================================
--- trunk/BOOK/general/graphlib/jasper.xml Wed Jun 19 19:51:57 2013
(r11309)
+++ trunk/BOOK/general/graphlib/jasper.xml Thu Jun 20 23:56:36 2013
(r11310)
@@ -90,7 +90,7 @@
</note>
<screen><userinput>patch -Np1 -i
../jasper-&jasper-version;-security_fixes-1.patch &&
-./configure --prefix=/usr --enable-shared &&
+./configure --prefix=/usr --enable-shared --disable-static &&
make</userinput></screen>
<para>This package does not come with a testsuite.</para>
@@ -111,11 +111,11 @@
<sect2 role="commands">
<title>Command Explanations</title>
- <para><command>--enable-shared</command>: This command
+ <para><option>--enable-shared</option>: This command
causes the shared library to be built.</para>
- <para><option>--disable-static</option>: This causes the
- static library to not be built.</para>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../xincludes/static-libraries.xml"/>
<para><option>--x-includes=DIR --x-libraries=DIR</option>: These tell the
<command>configure</command> script where to find
<application>Xorg</application>
@@ -150,7 +150,7 @@
<seglistitem>
<seg>imgcmp, imginfo, jasper, jiv, and tmrdemo</seg>
- <seg>libjasper.{so,a}</seg>
+ <seg>libjasper.so</seg>
<seg>/usr/include/jasper and
/usr/share/doc/jasper-&jasper-version;</seg>
</seglistitem>
</segmentedlist>
@@ -212,12 +212,12 @@
</varlistentry>
<varlistentry id="jasper-lib">
- <term><filename class='libraryfile'>libjasper.{so,a}</filename></term>
+ <term><filename class='libraryfile'>libjasper.so</filename></term>
<listitem>
<para>a library used by programs for reading and writing
JPEG2000 format files.</para>
<indexterm zone="jasper jasper-lib">
- <primary sortas="c-libjasper">libjasper.{so,a}</primary>
+ <primary sortas="c-libjasper">libjasper.so</primary>
</indexterm>
</listitem>
</varlistentry>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page