From fca8a2b7986896ffd6816f1bc249c2a46cac9a4d Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 4 Apr 2005 20:52:05 +0000 Subject: * Fix E2fsprogs' testsuite compilation problem git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4866 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 3 +++ chapter06/e2fsprogs.xml | 4 ++++ 2 files changed, 7 insertions(+) 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. +April 4, 2005 [matt]: Fix E2fsprogs compile problem (Ken Moffat +& Greg Schafer) + April 4, 2005 [matt]: Mention bzip2's testsuite 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 Texinfomkdir build cd build +Fix a compilation error in E2fsprogs' testsuite: + +sed -i -e 's/-DTEST/$(ALL_CFLAGS) &/' lib/e2p/Makefile.in + Prepare E2fsprogs for compilation: ../configure --prefix=/usr --with-root-prefix="" \ -- cgit v1.2.3-54-g00ecf