summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-10-09 15:57:39 +0900
committerJavier Jardón <jjardon@gnome.org>2015-10-12 21:22:54 +0100
commit0779639bd142556bd189aa5059d6ee20cc29d5b1 (patch)
tree33eabca4d1d21e1c01c4af1adb668c9ed772faa1
parent121835b53a1cb4e633fab9d52427e457a2ca62b1 (diff)
downloaddefinitions-0779639bd142556bd189aa5059d6ee20cc29d5b1.tar.gz
Build systemd with --enable-compat-libs
This enables building of libsystemd-daemon, which is a requirement for the new xserver to build. Change-Id: I6ee2305a960e33d922fe5c120c662ce8344d1af5
-rw-r--r--strata/foundation/systemd.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/strata/foundation/systemd.morph b/strata/foundation/systemd.morph
index 4c62d617..04a04c62 100644
--- a/strata/foundation/systemd.morph
+++ b/strata/foundation/systemd.morph
@@ -6,7 +6,7 @@ configure-commands:
# KILL added because it picks up /usr/bin/kill, which is not installed on
# all systems
- |
- KILL=/bin/kill ./configure --prefix="$PREFIX" --enable-xz --disable-manpages \
+ KILL=/bin/kill ./configure --prefix="$PREFIX" --enable-xz --disable-manpages --enable-compat-libs \
--disable-tests --sysconfdir=/etc --localstatedir=/var \
--libdir="$PREFIX/lib" --libexecdir="$PREFIX/libexec" \
--with-rootprefix= --with-rootlibdir=/lib