aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/e2fsprogs.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-04-04 21:17:08 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-04-04 21:17:08 +0000
commit551f481a033411b2e2d7a70cddf1ccbe732855ed (patch)
treec8477f73f28a87d03bb087b58c30f6adc808fc03 /chapter06/e2fsprogs.xml
parent1e91bc9f78049d5194d188dca21f28226b509a8c (diff)
Ported 6.1 related fixes from trunk.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@4869 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/e2fsprogs.xml')
-rw-r--r--chapter06/e2fsprogs.xml4
1 files changed, 4 insertions, 0 deletions
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="" \