Author: matthew Date: 2005-04-04 14:52:05 -0600 (Mon, 04 Apr 2005) New Revision: 4866
Modified: trunk/BOOK/chapter01/changelog.xml trunk/BOOK/chapter06/e2fsprogs.xml Log: * Fix E2fsprogs' testsuite compilation problem Modified: trunk/BOOK/chapter01/changelog.xml =================================================================== --- trunk/BOOK/chapter01/changelog.xml 2005-04-04 20:43:17 UTC (rev 4865) +++ trunk/BOOK/chapter01/changelog.xml 2005-04-04 20:52:05 UTC (rev 4866) @@ -82,6 +82,9 @@ </itemizedlist> </listitem> +<listitem><para>April 4, 2005 [matt]: Fix E2fsprogs compile problem (Ken Moffat +& Greg Schafer)</para></listitem> + <listitem><para>April 4, 2005 [matt]: Mention bzip2's testsuite</para> </listitem> Modified: trunk/BOOK/chapter06/e2fsprogs.xml =================================================================== --- trunk/BOOK/chapter06/e2fsprogs.xml 2005-04-04 20:43:17 UTC (rev 4865) +++ trunk/BOOK/chapter06/e2fsprogs.xml 2005-04-04 20:52:05 UTC (rev 4866) @@ -36,6 +36,10 @@ <screen><userinput>mkdir build cd build</userinput></screen> +<para>Fix a compilation error in E2fsprogs' testsuite:</para> + +<screen><userinput>sed -i -e 's/-DTEST/$(ALL_CFLAGS) &/' lib/e2p/Makefile.in</userinput></screen> + <para>Prepare E2fsprogs for compilation:</para> <screen><userinput>../configure --prefix=/usr --with-root-prefix="" \ -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
