summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-05-15 23:52:51 +0100
committerJavier Jardón <jjardon@gnome.org>2016-05-15 23:53:42 +0100
commit036ea5c63fb3fc7927b570ac84b9ac3b320b0334 (patch)
treeb80d76c60cc0b9bc0b0e551e35d0c5f46474336d
parent0e0a329c086d424452eaa0bfa77e573f77e3b930 (diff)
downloaddefinitions-036ea5c63fb3fc7927b570ac84b9ac3b320b0334.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