summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-03-11 22:33:06 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2015-03-16 13:20:04 +0000
commitb0b05d29d5cafe883141e747e0b106e6325ebfcc (patch)
tree128be80effa8ae513dc04ba919892b8df5686ece
parentf22eec7e909376c44649f1a3aae5bd98d6bea1df (diff)
downloaddefinitions-b0b05d29d5cafe883141e747e0b106e6325ebfcc.tar.gz
systemd: disable building of tests
-rw-r--r--strata/foundation/systemd.morph8
1 files changed, 5 insertions, 3 deletions
diff --git a/strata/foundation/systemd.morph b/strata/foundation/systemd.morph
index 81db9acd..c53cef39 100644
--- a/strata/foundation/systemd.morph
+++ b/strata/foundation/systemd.morph
@@ -3,9 +3,11 @@ kind: chunk
build-system: autotools
configure-commands:
- sh autogen.sh
-- ./configure --prefix="$PREFIX" --enable-xz --disable-manpages --sysconfdir=/etc
- --localstatedir=/var --libdir="$PREFIX/lib" --libexecdir="$PREFIX/libexec" --with-rootprefix=
- --with-rootlibdir=/lib
+- |
+ ./configure --prefix="$PREFIX" --enable-xz --disable-manpages \
+ --disable-tests --sysconfdir=/etc --localstatedir=/var \
+ --libdir="$PREFIX/lib" --libexecdir="$PREFIX/libexec" \
+ --with-rootprefix= --with-rootlibdir=/lib
install-commands:
- make DESTDIR="$DESTDIR" install
- mkdir -p "$DESTDIR"/sbin