diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-07 14:40:52 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-07 14:40:52 +0000 |
commit | 0556946c4d5cd37fad789f2512ba5d2ea916459c (patch) | |
tree | 5bbc3dfa4dcd03e3ee534f090ad0c2e6f6a30f5f /chapter06/util-linux-ng.xml | |
parent | 02d46f93eee140df0404bff669e4f13d5ae58117 (diff) |
Updated Util-linux-ng to 2.14.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8597 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/util-linux-ng.xml')
-rw-r--r-- | chapter06/util-linux-ng.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/util-linux-ng.xml b/chapter06/util-linux-ng.xml index 5cb412262..3ff2116ea 100644 --- a/chapter06/util-linux-ng.xml +++ b/chapter06/util-linux-ng.xml @@ -62,7 +62,9 @@ mkdir -pv /var/lib/hwclock</userinput></screen> <para>Compile the package:</para> -<screen><userinput remap="make">make</userinput></screen> +<screen><userinput remap="make">make BLKID_LIBS="-lblkid -luuid"</userinput></screen> + + <para>This package does not come with a test suite.</para> <para>Install the package:</para> |