[Clfs-commits] commit: r4570 - /branches/clfs-embedded/BOOK/final-system/common/e2fsprogs.xml

svn at cross-lfs.org svn at cross-lfs.org
Mon Jan 26 09:14:09 PST 2009


Author: jim
Date: Mon Jan 26 17:14:09 2009
New Revision: 4570

Log:
Updated to e2fsprogs

Modified:
    branches/clfs-embedded/BOOK/final-system/common/e2fsprogs.xml

Modified: branches/clfs-embedded/BOOK/final-system/common/e2fsprogs.xml
==============================================================================
--- branches/clfs-embedded/BOOK/final-system/common/e2fsprogs.xml (original)
+++ branches/clfs-embedded/BOOK/final-system/common/e2fsprogs.xml Mon Jan 26 17:14:09 2009
@@ -35,9 +35,9 @@
 
     <para os="c">Prepare E2fsprogs for compilation:</para>
 
-<screen os="d"><userinput>CC="${CC} ${BUILD} -Os" ../configure --host=${CLFS_TARGET} \
-    --prefix=/usr --with-root-prefix="" --with-cc="${CC} ${BUILD} -Os" \
-    --with-linker=${LD}</userinput></screen>
+<screen os="d"><userinput>CC="${CC} ${BUILD} -Os" ../configure --prefix=/usr \
+  --with-root-prefix="" --build=${CLFS_HOST} --host=${CLFS_TARGET} \
+  --with-cc="${CC} ${BUILD} -Os" --with-linker=${LD}</userinput></screen>
 
     <variablelist os="e">
       <title>The meaning of the configure options:</title>




More information about the Clfs-commits mailing list