From 947e3e5248b2caa5dbe070bc62a24c4a7f12faf7 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 23 Jul 2009 20:58:05 +0000 Subject: Prevent E2fsprogs from installing the fsck wrapper. Fixes #2453. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.5/BOOK@8993 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 +++++ chapter06/e2fsprogs.xml | 10 ++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 242c42892..8a8892405 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ 2009-07-23 + + [matthew] - Prevent E2fsprogs from installing the fsck wrapper + as this is provided by Util-Linux-NG. Fixes + #2453. + [matthew] - Remove an unnecessary sed from File's commands. Fixes #2452. diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index b44d4d63b..4d7d1eda0 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -58,7 +58,8 @@ cd build Prepare E2fsprogs for compilation: ../configure --prefix=/usr --with-root-prefix="" \ - --enable-elf-shlibs --disable-libblkid --disable-libuuid --disable-uuidd + --enable-elf-shlibs --disable-libblkid --disable-libuuid --disable-uuidd \ + --disable-fsck The meaning of the configure options: @@ -90,9 +91,10 @@ cd build This prevents E2fsprogs from building and installing the libuuid and - libblkid libraries, and the - uuidd daemon, as Util-Linux-NG - installed them earlier. + libblkid libraries, the + uuidd daemon, and the + fsck wrapper, as Util-Linux-NG installed all of + them earlier. -- cgit v1.2.3-54-g00ecf