Author: bdubbs
Date: 2009-03-05 17:06:34 -0700 (Thu, 05 Mar 2009)
New Revision: 7797
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/kde/core/arts.xml
Log:
Added a switch to aRts to prevent a build problem.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2009-03-03 22:46:33 UTC (rev 7796)
+++ trunk/BOOK/general.ent 2009-03-06 00:06:34 UTC (rev 7797)
@@ -4,12 +4,12 @@
-->
<!ENTITY day "03"> <!-- Always 2 digits -->
-<!ENTITY month "03"> <!-- Always 2 digits -->
+<!ENTITY month "05"> <!-- Always 2 digits -->
<!ENTITY year "2009">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "svn-&year;&month;&day;">
-<!ENTITY releasedate "March &day;rd, &year;">
+<!ENTITY releasedate "March &day;th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2009-03-03 22:46:33 UTC
(rev 7796)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2009-03-06 00:06:34 UTC
(rev 7797)
@@ -42,6 +42,16 @@
-->
<listitem>
+ <para>March 5th, 2009</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Added a switch to aRts to prevent a build
+ problem.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>March 3rd, 2009</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/kde/core/arts.xml
===================================================================
--- trunk/BOOK/kde/core/arts.xml 2009-03-03 22:46:33 UTC (rev 7796)
+++ trunk/BOOK/kde/core/arts.xml 2009-03-06 00:06:34 UTC (rev 7797)
@@ -86,7 +86,7 @@
the following commands:</para>
<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
- --disable-dependency-tracking &&
+ --disable-dependency-tracking --enable-final &&
make</userinput></screen>
<para>This package does not come with a test suite that works with
@@ -113,6 +113,10 @@
<para><parameter>--disable-dependency-tracking</parameter>: This option
speeds up one time builds.</para>
+ <para><parameter>--disable-enable</parameter>: This option combines
+ source code during compilation speeding up the build. It also
+ avoids a problem with missing headers in some files.</para>
+
</sect2>
<sect2 role="content">
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page