Author: igor
Date: Fri May 31 05:59:31 2013
New Revision: 11226

Log:
Disable static liblcms

Modified:
   trunk/BOOK/general/graphlib/lcms.xml

Modified: trunk/BOOK/general/graphlib/lcms.xml
==============================================================================
--- trunk/BOOK/general/graphlib/lcms.xml        Fri May 31 05:51:27 2013        
(r11225)
+++ trunk/BOOK/general/graphlib/lcms.xml        Fri May 31 05:59:31 2013        
(r11226)
@@ -86,7 +86,7 @@
     <para>Install <application>Little CMS</application> by running the
     following commands:</para>
 
-<screen><userinput>./configure --prefix=/usr &amp;&amp;
+<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
 make</userinput></screen>
 
     <para>To test the results, issue: <command>make check</command>.</para>
@@ -103,13 +103,13 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+      href="../../xincludes/static-libraries.xml"/>
+
     <para><option>--with-python</option>: Use this parameter if
     <application>Python</application> and
     <application>SWIG</application> are installed.</para>
 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
-      href="../../xincludes/static-libraries.xml"/>
-
   </sect2>
 
   <sect2 role="content">
@@ -123,7 +123,7 @@
       <seglistitem>
         <seg>icc2ps, icclink, icctrans, wtpt and
         optionally, jpegicc, tiffdiff and tifficc</seg>
-        <seg>liblcms.{so,a} and the optional _lcms.{so,a} Python module</seg>
+        <seg>liblcms.so and the optional _lcms.so Python module</seg>
         <seg>/usr/share/doc/lcms-&lcms-version;</seg>
       </seglistitem>
     </segmentedlist>
@@ -204,12 +204,12 @@
       </varlistentry>
 
       <varlistentry id="liblcms">
-        <term><filename class='libraryfile'>liblcms.{so,a}</filename></term>
+        <term><filename class='libraryfile'>liblcms.so</filename></term>
         <listitem>
           <para>is used by the <application>lcms</application> programs as
           well as other programs to provide color management facilities.</para>
           <indexterm zone="lcms liblcms">
-            <primary sortas="c-liblcms">liblcms.{so,a}</primary>
+            <primary sortas="c-liblcms">liblcms.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

Reply via email to