aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-04-04 20:52:05 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-04-04 20:52:05 +0000
commitfca8a2b7986896ffd6816f1bc249c2a46cac9a4d (patch)
tree879621c92725ce645a3a19d75ed50b35f9d58f35
parentc836998d30ff98cf591df9f6a80f2f0211a48c66 (diff)
* Fix E2fsprogs' testsuite compilation problem
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4866 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter06/e2fsprogs.xml4
2 files changed, 7 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index dc9e06009..9c123fe8a 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -82,6 +82,9 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>April 4, 2005 [matt]: Fix E2fsprogs compile problem (Ken Moffat
+&amp; Greg Schafer)</para></listitem>
+
<listitem><para>April 4, 2005 [matt]: Mention bzip2's testsuite</para>
</listitem>
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml
index 515902931..494851d7b 100644
--- a/chapter06/e2fsprogs.xml
+++ b/chapter06/e2fsprogs.xml
@@ -36,6 +36,10 @@ Diffutils, Gawk, GCC, Gettext, Glibc, Grep, Make, Sed, and Texinfo</seg></seglis
<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) &amp;/' lib/e2p/Makefile.in</userinput></screen>
+
<para>Prepare E2fsprogs for compilation:</para>
<screen><userinput>../configure --prefix=/usr --with-root-prefix="" \