Author: bdubbs
Date: 2006-05-13 18:33:41 -0600 (Sat, 13 May 2006)
New Revision: 6069

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/kde/core/kdelibs.xml
Log:
Remove --enable-fast-malloc=full from kdelibs

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-05-14 00:31:48 UTC 
(rev 6068)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-05-14 00:33:41 UTC 
(rev 6069)
@@ -45,6 +45,9 @@
       <para>May 13th, 2006</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Remove malloc switch from kdelibs.</para>
+        </listitem>
+        <listitem>
           <para>[tushar] - Add GTK1 dependency for vim.</para>
         </listitem>
         <listitem>

Modified: trunk/BOOK/kde/core/kdelibs.xml
===================================================================
--- trunk/BOOK/kde/core/kdelibs.xml     2006-05-14 00:31:48 UTC (rev 6068)
+++ trunk/BOOK/kde/core/kdelibs.xml     2006-05-14 00:33:41 UTC (rev 6069)
@@ -131,8 +131,7 @@
     <para>Install <application>kdelibs</application> with:</para>
 
 <screen><userinput>./configure --prefix=&kde-dir; --sysconfdir=/etc/kde \
-    --disable-debug --disable-dependency-tracking \
-    --enable-fast-malloc=full &amp;&amp;
+    --disable-debug --disable-dependency-tracking &amp;&amp;
 make</userinput></screen>
 
     <note>
@@ -173,10 +172,12 @@
 
     <para><parameter>--disable-dependency-tracking</parameter>: This option
     speeds up one time builds.</para>
-
-    <para><parameter>--enable-fast-malloc=full</parameter>: This option tells
+    
+<!--
+    <para><parameter>- -enable-fast-malloc=full</parameter>: This option tells
     <application>KDE</application> programs to use an internal memory
     allocation scheme optimized for <application>KDE</application>.</para>
+-->
 
     <para><parameter>--sysconfdir=/etc/kde</parameter>: This option places
     configuration files in compliance with the <ulink

-- 
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