[Clfs-commits] commit: r4894 - /branches/clfs-sysroot/BOOK/final-system/common/ncurses.xml

svn at cross-lfs.org svn at cross-lfs.org
Thu Mar 19 18:26:40 PDT 2009


Author: jciccone
Date: Fri Mar 20 01:26:39 2009
New Revision: 4894

Log:
Fix cross-compilation issue of widec ncurses.

Modified:
    branches/clfs-sysroot/BOOK/final-system/common/ncurses.xml

Modified: branches/clfs-sysroot/BOOK/final-system/common/ncurses.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/ncurses.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/ncurses.xml Fri Mar 20 01:26:39 2009
@@ -39,7 +39,7 @@
 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --prefix=/usr --libdir=/lib --with-shared \
     --enable-widec --without-debug --without-ada \
-    --with-build-cc=gcc</userinput></screen>
+    --with-build-cc="gcc -D_GNU_SOURCE"</userinput></screen>
 
     <para os="c">Compile the package:</para>
 




More information about the Clfs-commits mailing list