From 187de8c7513d2cf1635dbf42b88c0a28e7583636 Mon Sep 17 00:00:00 2001 From: Jonathan Maw Date: Mon, 11 Sep 2017 17:03:13 +0100 Subject: foundation: Try to fix dbus-pre trying to download docbook files --- strata/foundation/dbus-pre.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strata/foundation/dbus-pre.morph b/strata/foundation/dbus-pre.morph index 3ec008bf..34e7f221 100644 --- a/strata/foundation/dbus-pre.morph +++ b/strata/foundation/dbus-pre.morph @@ -3,7 +3,7 @@ kind: chunk build-system: autotools configure-commands: - sh autogen.sh --no-configure -- ./configure --prefix="$PREFIX" --localstatedir=/var --sysconfdir=/etc --disable-systemd +- ./configure --prefix="$PREFIX" --localstatedir=/var --sysconfdir=/etc --disable-systemd --disable-xml-docs build-commands: - make XMLTO_OUTPUT= install-commands: -- cgit v1.2.1