From ec33cd821b4960aa458abf920bf459c09cdb42f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 14 Mar 2016 13:04:24 +0000 Subject: strata/foundation/systemd.morph: Do not build compat libraries Nothing should depend on them anymore (As a reference, Arch systems dont include them anymore) Change-Id: I0b74bff2968b388bbd797ca626ffa2ac65a09fff --- 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 04a04c62..4c62d617 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 --enable-compat-libs \ + KILL=/bin/kill ./configure --prefix="$PREFIX" --enable-xz --disable-manpages \ --disable-tests --sysconfdir=/etc --localstatedir=/var \ --libdir="$PREFIX/lib" --libexecdir="$PREFIX/libexec" \ --with-rootprefix= --with-rootlibdir=/lib -- cgit v1.2.1