summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-05-15 23:52:51 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-05-16 14:37:22 +0000
commit82957348c38cff8ba290b6724aa60f425091d48b (patch)
tree1c044c9820f08b1a36f1ad90a74a98093b3b5dcd
parent993e091009ed4e75bbae2e8551dc18714e80a64d (diff)
downloaddefinitions-82957348c38cff8ba290b6724aa60f425091d48b.tar.gz
strata/core/util-linux.morph: Compile with --enable-libmount-force-mountinfo
Required by systemd (see systemd README) Change-Id: I65d8dae4c31c31ddc4de8fa90f4faa83518c20d3
-rw-r--r--strata/core/util-linux.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/strata/core/util-linux.morph b/strata/core/util-linux.morph
index 1ec7f8e2..a685af9c 100644
--- a/strata/core/util-linux.morph
+++ b/strata/core/util-linux.morph
@@ -7,5 +7,6 @@ configure-commands:
# Installing to /bin so that they overwrite busybox login.
- |
./configure --prefix="$PREFIX" \
+ --enable-libmount-force-mountinfo \
--disable-use-tty-group \
--bindir=/bin