diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-12-23 21:55:08 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-12-23 21:55:08 +0000 |
commit | d93b3b872d317d6050df78612161af763c6289cb (patch) | |
tree | b4b39485adcdba0c8b14713b89a88daf759cc3cf /chapter06 | |
parent | 79d9346ceed712bb30e886278663933b4ef22d21 (diff) |
Add fix for upstream bug in E2fsprogs' testsuite. Thanks to Greg Schafer for the report and the fix.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8447 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/e2fsprogs.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 7ff43ed47..f008a4832 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -48,6 +48,8 @@ <screen><userinput remap="pre">sed -i -e 's@/bin/rm@/tools&@' lib/blkid/test_probe.in</userinput></screen> + <screen><userinput remap="pre">sed -i -e 's@(test_ss@(LD_LIBRARY_PATH=$(LIB) ./test_ss@' lib/ss/Makefile.in</userinput></screen> + <para>The E2fsprogs documentation recommends that the package be built in a subdirectory of the source tree: </para> |