mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
* Fix E2fsprogs' testsuite compilation problem
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4866 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c836998d30
commit
fca8a2b798
@ -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
|
||||
& Greg Schafer)</para></listitem>
|
||||
|
||||
<listitem><para>April 4, 2005 [matt]: Mention bzip2's testsuite</para>
|
||||
</listitem>
|
||||
|
||||
|
@ -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) &/' lib/e2p/Makefile.in</userinput></screen>
|
||||
|
||||
<para>Prepare E2fsprogs for compilation:</para>
|
||||
|
||||
<screen><userinput>../configure --prefix=/usr --with-root-prefix="" \
|
||||
|
Loading…
Reference in New Issue
Block a user