aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/utillinux-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/utillinux-inst.xml')
-rw-r--r--chapter05/utillinux-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/utillinux-inst.xml b/chapter05/utillinux-inst.xml
index a80ba089a..5638d7f2d 100644
--- a/chapter05/utillinux-inst.xml
+++ b/chapter05/utillinux-inst.xml
@@ -8,7 +8,7 @@ be compiling the entire package.</para>
<para><screen><userinput>./configure &amp;&amp;
make -C lib &amp;&amp;
-make -C mount LDFLAGS=-static mount umount &amp;&amp;
+make -C mount LDFLAGS="-static" mount umount &amp;&amp;
cp mount/{mount,umount} $LFS/static/bin</userinput></screen></para>
</sect2>