From 0779639bd142556bd189aa5059d6ee20cc29d5b1 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Fri, 9 Oct 2015 15:57:39 +0900 Subject: 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 --- strata/foundation/systemd.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1