aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
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>