diff options
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> |