summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2017-09-11 17:03:13 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-09-18 18:11:18 +0000
commit2e25c62848323fafbe6b7e1b787ee0fb9170e578 (patch)
treeefaae433f468a80fa4f7d73339eb3f2f83423100
parenta9b5854a004cd03dc46de7daafcc1fa36ac401bd (diff)
downloaddefinitions-2e25c62848323fafbe6b7e1b787ee0fb9170e578.tar.gz
foundation: Try to fix dbus-pre trying to download docbook files
-rw-r--r--strata/foundation/dbus-pre.morph2
1 files changed, 1 insertions, 1 deletions
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: