Author: igor
Date: Thu May 30 00:56:50 2013
New Revision: 11208
Log:
Disabled static libImlib2.
Modified:
trunk/BOOK/general/graphlib/imlib2.xml
Modified: trunk/BOOK/general/graphlib/imlib2.xml
==============================================================================
--- trunk/BOOK/general/graphlib/imlib2.xml Thu May 30 00:46:59 2013
(r11207)
+++ trunk/BOOK/general/graphlib/imlib2.xml Thu May 30 00:56:50 2013
(r11208)
@@ -82,7 +82,7 @@
<para>Install <application>Imlib2</application> by running the
following commands:</para>
-<screen><userinput>./configure --prefix=/usr &&
+<screen><userinput>./configure --prefix=/usr --disable-static &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -99,6 +99,9 @@
<sect2 role="commands">
<title>Command Explanations</title>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../xincludes/static-libraries.xml"/>
+
<para><parameter>--without-x</parameter>: Add this parameter if you do not
have an X Window System installed.</para>
@@ -115,7 +118,7 @@
<seglistitem>
<seg>imlib2_bumpmap, imlib2_colorspace, imlib2-config, imlib2_conv,
imlib2_grab, imlib2_poly, imlib2_show, imlib2_test, and
imlib2_view</seg>
- <seg>libImlib2.{so,a} and various filters and image loader
modules.</seg>
+ <seg>libImlib2.so and various filters and image loader modules.</seg>
<seg>/usr/lib/imlib2, /usr/share/doc/imlib2-&imlib2-version;, and
/usr/share/imlib2</seg>
</seglistitem>
@@ -127,12 +130,12 @@
<?dbhtml list-presentation="table"?>
<varlistentry id="libImlib2">
- <term><filename class='libraryfile'>libImlib2.{so,a}</filename></term>
+ <term><filename class='libraryfile'>libImlib2.so</filename></term>
<listitem>
<para>provides the functions for programs to deal with various
image data formats.</para>
<indexterm zone="imlib2 libImlib2">
- <primary sortas="c-libImlib2">libImlib2.{so,a}</primary>
+ <primary sortas="c-libImlib2">libImlib2.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