[Clfs-commits] commit: r4986 - in /trunk/BOOK: cross-tools/common/ncurses.xml introduction/common/changelog.xml

svn at cross-lfs.org svn at cross-lfs.org
Thu Jun 4 08:24:40 PDT 2009


Author: jim
Date: Thu Jun  4 15:24:39 2009
New Revision: 4986

Log:
Added --without-debug to cross-tools ncurses build

Modified:
    trunk/BOOK/cross-tools/common/ncurses.xml
    trunk/BOOK/introduction/common/changelog.xml

Modified: trunk/BOOK/cross-tools/common/ncurses.xml
==============================================================================
--- trunk/BOOK/cross-tools/common/ncurses.xml (original)
+++ trunk/BOOK/cross-tools/common/ncurses.xml Thu Jun  4 15:24:39 2009
@@ -32,7 +32,7 @@
     <para os="a">Prepare Ncurses for compilation:</para>
 
 <screen os="b"><userinput>./configure --prefix=/cross-tools \
-    --without-shared</userinput></screen>
+    --without-debug --without-shared</userinput></screen>
 
     <para os="c">Only one binary is needed for the Cross-Tools. Build the
     headers and then build <command>tic</command>:</para>

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Thu Jun  4 15:24:39 2009
@@ -35,6 +35,16 @@
       </itemizedlist>
     </listitem>
 -->
+
+    <listitem>
+      <para>June 4, 2009</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Jim] - Added --without-debug to cross-tools ncurses build.
+          Closing Ticket #208.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>June 3, 2009</para>




More information about the Clfs-commits mailing list