Author: jim Date: 2005-04-04 17:25:28 -0600 (Mon, 04 Apr 2005) New Revision: 4873
Modified: branches/multi-arch/BOOK/chapter01/changelog.xml branches/multi-arch/BOOK/chapter06/e2fsprogs.xml Log: Fixed e2fsprogs Modified: branches/multi-arch/BOOK/chapter01/changelog.xml =================================================================== --- branches/multi-arch/BOOK/chapter01/changelog.xml 2005-04-04 23:22:13 UTC (rev 4872) +++ branches/multi-arch/BOOK/chapter01/changelog.xml 2005-04-04 23:25:28 UTC (rev 4873) @@ -86,6 +86,7 @@ <listitem><para>April 4, 2005 [matt]</para> <itemizedlist> <listitem><para>Added: Arch: All - Mention bzip2's testsuite.</para></listitem> +<listitem><para>Fixed: Arch: All - Fix E2fsprogs compile problem (Ken Moffat +& Greg Schafer).</para></listitem> </itemizedlist> </listitem> </itemizedlist> Modified: branches/multi-arch/BOOK/chapter06/e2fsprogs.xml =================================================================== --- branches/multi-arch/BOOK/chapter06/e2fsprogs.xml 2005-04-04 23:22:13 UTC (rev 4872) +++ branches/multi-arch/BOOK/chapter06/e2fsprogs.xml 2005-04-04 23:25:28 UTC (rev 4873) @@ -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
