From 2a4c0cc3514213d0be68f75b1ada65b5595a0e60 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 29 Jul 2009 22:05:23 +0000 Subject: Fix a PDF rendering overflow issue git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9031 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/e2fsprogs.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 0cf114f05..cf73679e3 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -58,8 +58,8 @@ cd build Prepare E2fsprogs for compilation: ../configure --prefix=/usr --with-root-prefix="" \ - --enable-elf-shlibs --disable-libblkid --disable-libuuid --disable-uuidd \ - --disable-fsck + --enable-elf-shlibs --disable-libblkid --disable-libuuid \ + --disable-uuidd --disable-fsck The meaning of the configure options: -- cgit v1.2.3-54-g00ecf