aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2010-03-18 20:01:15 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2010-03-18 20:01:15 +0000
commitbdb539ba737ee42db76f2aa047d39a7c24f69807 (patch)
tree3f62a61bb11cd38a6793a23c87507117028a8636 /chapter05
parent0d9018b23cfd7eeb3d0bf187b38206af65eada5a (diff)
Upgrade to E2fsprogs-1.41.11. Fixes #2607.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9230 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/e2fsprogs.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter05/e2fsprogs.xml b/chapter05/e2fsprogs.xml
index 7adb6bc07..afc49c5d8 100644
--- a/chapter05/e2fsprogs.xml
+++ b/chapter05/e2fsprogs.xml
@@ -48,11 +48,6 @@
<screen><userinput remap="pre">mkdir -v build
cd build</userinput></screen>
- <para>Fix a bug in E2fsprogs that prevents it from building against Util-Linux-NG's copy of <systemitem class="library">libuuid</systemitem>:</para>
-
-<screen><userinput remap="pre">cp -v ../MCONFIG.in{,.orig}
- sed -e '82 s/LIBUUID/DEPLIBUUID/' ../MCONFIG.in.orig &gt; ../MCONFIG.in</userinput></screen>
-
<para>Prepare E2fsprogs for compilation:</para>
<screen><userinput remap="configure">../configure --prefix=/tools --disable-libblkid --disable-libuuid</userinput></screen>