[Clfs-commits] commit: r5022 - in /trunk/BOOK/temp-system: common/vim.xml multilib/vim.xml

svn at cross-lfs.org svn at cross-lfs.org
Sat Jun 6 11:58:46 PDT 2009


Author: jciccone
Date: Sat Jun  6 18:58:45 2009
New Revision: 5022

Log:
Fix vim compilation issue in the temp system.

Modified:
    trunk/BOOK/temp-system/common/vim.xml
    trunk/BOOK/temp-system/multilib/vim.xml

Modified: trunk/BOOK/temp-system/common/vim.xml
==============================================================================
--- trunk/BOOK/temp-system/common/vim.xml (original)
+++ trunk/BOOK/temp-system/common/vim.xml Sat Jun  6 18:58:45 2009
@@ -59,11 +59,12 @@
     href="../../final-system/common/vim.xml"
     xpointer="xpointer(//*[@os='d'])"/>
 
-<screen os="e"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-  --prefix=/tools --enable-multibyte --enable-gui=no \
-  --disable-gtktest --disable-xim --with-features=normal \
-  --disable-gpm --without-x --disable-netbeans \
-  --with-tlib=ncurses</userinput></screen>
+<screen os="e"><userinput>CPPFLAGS="-DUNUSED=" ./configure \
+    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
+    --prefix=/tools --enable-multibyte --enable-gui=no \
+    --disable-gtktest --disable-xim --with-features=normal \
+    --disable-gpm --without-x --disable-netbeans \
+    --with-tlib=ncurses</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../final-system/common/vim.xml"

Modified: trunk/BOOK/temp-system/multilib/vim.xml
==============================================================================
--- trunk/BOOK/temp-system/multilib/vim.xml (original)
+++ trunk/BOOK/temp-system/multilib/vim.xml Sat Jun  6 18:58:45 2009
@@ -54,7 +54,7 @@
     href="../common/vim.xml"
     xpointer="xpointer(//*[@os='d'])"/>
 
-<screen os="e"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
+<screen os="e"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" CPPFLAGS="-DUNUSED=" \
   ./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
   --prefix=/tools --enable-multibyte --enable-gui=no \
   --disable-gtktest --disable-xim --with-features=normal \




More information about the Clfs-commits mailing list