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 --- chapter06/e2fsprogs.xml | 36 +++++------------------------------- 1 file changed, 5 insertions(+), 31 deletions(-) (limited to 'chapter06/e2fsprogs.xml') diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 4e2e39eea..64e79e560 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -58,7 +58,7 @@ cd build Prepare E2fsprogs for compilation: ../configure --prefix=/usr --with-root-prefix="" \ - --enable-elf-shlibs + --enable-elf-shlibs --disable-libblkid --disable-libuuid The meaning of the configure options: @@ -113,7 +113,7 @@ cd build Make the installed static libraries writable so debugging symbols can be removed later. -chmod -v u+w /usr/lib/{libblkid,libcom_err,libe2p,libext2fs,libss,libuuid}.a +chmod -v u+w /usr/lib/{libcom_err,libe2p,libext2fs,libss}.a This package installs a gzipped .info file but doesn't update the @@ -131,11 +131,7 @@ install-info --dir-file=/usr/share/info/dir \ makeinfo -o doc/com_err.info ../lib/et/com_err.texinfo install -v -m644 doc/com_err.info /usr/share/info install-info --dir-file=/usr/share/info/dir \ - /usr/share/info/com_err.info - -install -v -m644 -D ../doc/libblkid.txt \ - /usr/share/doc/e2fsprogs-&e2fsprogs-version;/libblkid.txt - + /usr/share/info/com_err.info @@ -151,8 +147,8 @@ install -v -m644 -D ../doc/libblkid.txt \ fsck.ext2, fsck.ext3, fsck.ext4, fsck.ext4dev, logsave, lsattr, mk_cmds, mke2fs, mkfs.ext2, mkfs.ext3, mkfs.ext4, mkfs.ext4dev, mklost+found, resize2fs, tune2fs, uuidd, and uuidgen. - libblkid.{a,so}, libcom_err.{a,so}, libe2p.{a,so}, - libext2fs.{a,so}, libss.{a,so}, and libuuid.{a,so} + libcom_err.{a,so}, libe2p.{a,so}, libext2fs.{a,so} and + libss.{a,so} @@ -513,17 +509,6 @@ install -v -m644 -D ../doc/libblkid.txt \ - - libblkid - - Contains routines for device identification and token - extraction - - libblkid - - - - libcom_err @@ -566,17 +551,6 @@ install -v -m644 -D ../doc/libblkid.txt \ - - libuuid - - Contains routines for generating unique identifiers for objects - that may be accessible beyond the local system - - libuuid - - - - -- cgit v1.2.3-54-g00ecf