summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-03-11 22:33:06 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-04-13 16:15:01 +0100
commit525d7973c04afda87fb1e8eb9ab8e021b3b48e3b (patch)
tree349d4cb9080c9d1527ad56956eaa3232cdc8a1ac
parent1de35458175c444882ef3c3f917792b546a927e5 (diff)
downloaddefinitions-525d7973c04afda87fb1e8eb9ab8e021b3b48e3b.tar.gz
systemd: disable building of tests
Change-Id: I9e0df7e0617d56af0ea827e3a1c4c37d3a1bbad2
-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