summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-03-14 13:04:24 +0000
committerBaserock Gerrit <gerrit@baserock.org>2016-03-14 17:07:16 +0000
commitec33cd821b4960aa458abf920bf459c09cdb42f3 (patch)
treef77f296f6c540b36700ad59cb881d894235a0aed
parenta4b320a013ff25d3f53bf5d5dcce65ea02c1a027 (diff)
downloaddefinitions-ec33cd821b4960aa458abf920bf459c09cdb42f3.tar.gz
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
-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 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