summaryrefslogtreecommitdiffstats
path: root/rules/dbus.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2012-06-12 13:37:50 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2012-06-12 13:49:07 +0200
commitff213347a8d4fe26c363560874dcf5a1d7338ace (patch)
tree8d36d06b5dbc6070e1c2ca083846ed036077c62f /rules/dbus.make
parent89fbba727af05704f3e8869621da6cf2c41ff120 (diff)
downloadptxdist-ff213347a8d4fe26c363560874dcf5a1d7338ace.tar.gz
ptxdist-ff213347a8d4fe26c363560874dcf5a1d7338ace.tar.xz
dbus: --disable-systemd
In 304fab8993538b0ab4134756a6335862b90c56f0, dbus was updated to 1.6.0, and as this new version contains --enable-systemd, it was enabled if systemd is selected in the configuration. However, this introduces a recursive dependency between systemd and dbus: checking for SYSTEMD... no configure: error: Explicitly requested systemd support, but systemd not found make: *** [/home/rsc/git/OSELAS.BSP-Pengutronix-DistroKit/platform-pengutronix-versatilepb/state/dbus.prepare] Error 1 So we --disable-systemd for now. Systemd should work anyway. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/dbus.make')
-rw-r--r--rules/dbus.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/dbus.make b/rules/dbus.make
index 8adbec7a9..8a19aef40 100644
--- a/rules/dbus.make
+++ b/rules/dbus.make
@@ -64,7 +64,7 @@ DBUS_AUTOCONF := \
--$(call ptx/endis, PTXCONF_DBUS_SELINUX)-selinux \
--with-xml=$(DBUS_XML-y) \
--with-systemdsystemunitdir=/lib/systemd/system \
- --$(call ptx/endis, PTXCONF_INITMETHOD_SYSTEMD)-systemd \
+ --disable-systemd \
--with-dbus-session-bus-default-address=nonce-tcp: \
--enable-epoll \
--without-valgrind \