aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/systemd.xml
diff options
context:
space:
mode:
authorKrejzi <krejzi@linuxfromscratch.org>2014-12-22 16:28:40 +0000
committerKrejzi <krejzi@linuxfromscratch.org>2014-12-22 16:28:40 +0000
commit093c5ad9429c2b2bf9108cb7d5a69fd447127356 (patch)
tree514af6c938d29f8e61c30aaf21c5fc2d207b93a8 /chapter06/systemd.xml
parent075dd6487fde5e56202f3d2b666d115bc0b92ac5 (diff)
Fix systemd build.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10807 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r--chapter06/systemd.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml
index 1aa8bb416..eb7d3bb16 100644
--- a/chapter06/systemd.xml
+++ b/chapter06/systemd.xml
@@ -48,6 +48,9 @@
HAVE_BLKID=1
BLKID_LIBS="-lblkid"
BLKID_CFLAGS="-I/tools/include/blkid"
+HAVE_LIBMOUNT=1
+MOUNT_LIBS="-lmount"
+MOUNT_CFLAGS="-I/tools/include/libmount"
cc_cv_CFLAGS__flto=no</literal>
EOF</userinput></screen>