Author: igor
Date: Thu May 30 06:42:03 2013
New Revision: 11209

Log:
Disable static libSDL.

Modified:
   trunk/BOOK/multimedia/libdriv/sdl.xml

Modified: trunk/BOOK/multimedia/libdriv/sdl.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/sdl.xml       Thu May 30 00:56:50 2013        
(r11208)
+++ trunk/BOOK/multimedia/libdriv/sdl.xml       Thu May 30 06:42:03 2013        
(r11209)
@@ -89,7 +89,7 @@
     <para>Install <application>SDL</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>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
@@ -125,8 +125,8 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para><parameter>--disable-static</parameter>: prevent static libraries
-    being built and installed.</para>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+      href="../../xincludes/static-libraries.xml"/>
 
   </sect2>
 
@@ -153,7 +153,7 @@
 
       <seglistitem>
         <seg>sdl-config</seg>
-        <seg>libSDL.{so,a} and libSDLmain.a</seg>
+        <seg>libSDL.so and libSDLmain.a</seg>
         <seg>/usr/include/SDL and /usr/share/doc/SDL-&sdl-version;</seg>
       </seglistitem>
     </segmentedlist>
@@ -176,13 +176,13 @@
       </varlistentry>
 
       <varlistentry id="libsdl">
-        <term><filename class='libraryfile'>libSDL.{so,a}</filename></term>
+        <term><filename class='libraryfile'>libSDL.so</filename></term>
         <listitem>
           <para> library provides low level access to audio, keyboard, mouse,
           joystick, 3D hardware via OpenGL, and
           2D frame buffer across multiple platforms.</para>
           <indexterm zone="sdl libsdl">
-            <primary sortas="c-libsdl">libSDL.{so,a}</primary>
+            <primary sortas="c-libsdl">libSDL.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