[Clfs-commits] commit: r3834 - /trunk/BOOK/temp-system/multilib/gettext.xml

svn at cross-lfs.org svn at cross-lfs.org
Tue Dec 25 10:34:06 PST 2007


Author: jciccone
Date: Tue Dec 25 18:34:05 2007
New Revision: 3834

Log:
Use the config.cache on multilib gettext in the temp system.

Modified:
    trunk/BOOK/temp-system/multilib/gettext.xml

Modified: trunk/BOOK/temp-system/multilib/gettext.xml
==============================================================================
--- trunk/BOOK/temp-system/multilib/gettext.xml (original)
+++ trunk/BOOK/temp-system/multilib/gettext.xml Tue Dec 25 18:34:05 2007
@@ -43,8 +43,9 @@
     xpointer="xpointer(//*[@os='c'])"/>
 
 <screen os="d"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
-   ./configure --prefix=/tools \
-   --build=${CLFS_HOST} --host=${CLFS_TARGET} --disable-shared</userinput></screen>
+    ./configure --prefix=/tools --disabled-shared \
+    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
+    --cache-file=config.cache</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gettext.xml"




More information about the Clfs-commits mailing list