summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-05-04 10:29:43 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-05-04 10:29:43 +0100
commit7c4552e0a87550267c5761b8d2eb02fef75397e9 (patch)
tree685e7def13343b4c732dc83b7ff70a0c46168c2e
parentd1c1fc2d7da631ef0d0a9549321a327c711cf724 (diff)
downloaddbus-7c4552e0a87550267c5761b8d2eb02fef75397e9.tar.gz
dbus.morph: split autogen and configure steps upbaserock/morph
autogen runs configure with --enable-maintainer-mode, which puts on -Wall, which is good for developers, but we just want it built.
-rw-r--r--dbus.morph3
1 files changed, 2 insertions, 1 deletions
diff --git a/dbus.morph b/dbus.morph
index 6b02d05e..a4666514 100644
--- a/dbus.morph
+++ b/dbus.morph
@@ -3,7 +3,8 @@
"kind": "chunk",
"build-system": "autotools",
"configure-commands": [
- "sh autogen.sh --prefix=\"$PREFIX\" --localstatedir=/var --sysconfdir=/etc"
+ "sh autogen.sh --no-configure",
+ "./configure --prefix=\"$PREFIX\" --localstatedir=/var --sysconfdir=/etc"
],
"build-commands": [
"make XMLTO_OUTPUT="