From d1b03c872e3dcc6867febf8b613a7a4142949a19 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 12 Mar 2009 21:01:24 +0000 Subject: Build mkswap for e2fsprogs' testsuite, and remove unnecessary BLKID_LIBS variable. Fixes #2361. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8835 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/util-linux-ng.xml | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) (limited to 'chapter05') 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. - - - - -