diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a6f5d5919..a4ae254cc 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,19 @@ --> + + 2009-03-12 + + + [matthew] - Build mkswap in chapter 5's Util-Linux-NG as it is + required by the e2fsprogs test suite. Also, remove the now + unnecessary BLKID_LIBS variable. Fixes + #2361. Thanks to Chris + Staub for the reports. + + + + 2009-03-11 diff --git a/chapter05/util-linux-ng.xml b/chapter05/util-linux-ng.xml index 80eafac5c..67b0b9f42 100644 --- a/chapter05/util-linux-ng.xml +++ b/chapter05/util-linux-ng.xml @@ -50,24 +50,10 @@ Only a few of the utilities contained in this package need to be built: -make BLKID_LIBS="-lblkid -luuid" -C mount mount umount +make -C disk-utils mkswap +make -C mount mount umount make -C text-utils more - - The meaning of the make parameter: - - - BLKID_LIBS="-lblkid -luuid" - - When building only a subset of the package, the - libuuid.a library is not - pulled into the build as it is supposed to. This command overrides - the default from the Makefile. - - - - -