From cbd7c845aa367280dd795bc60592283aa1d49e10 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Fri, 10 Oct 2008 18:32:37 +0000 Subject: Added an explanation for the make command in the Chapter 5 Util-linux-ng instructions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8623 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/util-linux-ng.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'chapter05/util-linux-ng.xml') diff --git a/chapter05/util-linux-ng.xml b/chapter05/util-linux-ng.xml index b4f2aab1a..e0badac56 100644 --- a/chapter05/util-linux-ng.xml +++ b/chapter05/util-linux-ng.xml @@ -53,6 +53,21 @@ make BLKID_LIBS="-lblkid -luuid" -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.so library is not + pulled into the build as it is supposed to. This command overrides + the default from the Makefile. + + + + +