From d35b7f3cedd4eba67e5c8651ff0fd8de99065381 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 6 Jul 2009 06:54:06 +0000 Subject: Update to sed 4,2,1 Update to Linux 2.6.30.1 Correct GCC to use -fomit-frame-pointer Add pkg-config Remove --with-col from Man-DB Move Util-Linux-NG to before E2fsprogs in Chapter 6 Update to e2fsprogs-1.41.7 Remove E2fsprogs in Chapter 5 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8955 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/util-linux-ng.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'chapter05/util-linux-ng.xml') diff --git a/chapter05/util-linux-ng.xml b/chapter05/util-linux-ng.xml index 67b0b9f42..955698e3a 100644 --- a/chapter05/util-linux-ng.xml +++ b/chapter05/util-linux-ng.xml @@ -46,7 +46,19 @@ Prepare Util-linux-ng for compilation: ./configure --prefix=/tools - + Only a few of the utilities contained in this package need to be built: @@ -65,6 +77,11 @@ make -C text-utils more This package does not come with a test suite. + Install the shared libraries required by E2fsprogs: + +make -C shlibs/uuid install +make -C shlibs/blkid install + Copy these programs to the temporary tools directory: cp -v disk-utils/mkswap mount/{,u}mount text-utils/more /tools/bin -- cgit v1.2.3-54-g00ecf