summaryrefslogtreecommitdiffstats
path: root/rules/host-dbus.make
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2018-01-24 17:22:26 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-01-25 15:38:55 +0100
commit49e9b4086257b91165eb20b81133eb6b91906718 (patch)
tree6ce5b7b82505a46d690c6bf05b4f0868cae3c585 /rules/host-dbus.make
parent2ecf43fd607f98b60408a91f33ad6388aff7cdc0 (diff)
downloadptxdist-49e9b4086257b91165eb20b81133eb6b91906718.tar.gz
ptxdist-49e9b4086257b91165eb20b81133eb6b91906718.tar.xz
dbus: version bump 1.10.24 -> 1.12.2
Also fixup configure options for dbus and host-dbus. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-dbus.make')
-rw-r--r--rules/host-dbus.make15
1 files changed, 11 insertions, 4 deletions
diff --git a/rules/host-dbus.make b/rules/host-dbus.make
index 837cf77d4..407da479f 100644
--- a/rules/host-dbus.make
+++ b/rules/host-dbus.make
@@ -29,8 +29,10 @@ HOST_DBUS_CONF_TOOL := autoconf
HOST_DBUS_CONF_OPT := \
$(HOST_AUTOCONF) \
--enable-silent-rules \
+ --disable-developer \
+ --disable-debug \
+ --enable-largefile \
--disable-static \
- --disable-compiler-coverage \
--disable-ansi \
--disable-verbose-mode \
--disable-asserts \
@@ -38,22 +40,27 @@ HOST_DBUS_CONF_OPT := \
--disable-xml-docs \
--disable-doxygen-docs \
--disable-ducktype-docs \
- --enable-abstract-sockets=yes \
--disable-selinux \
--disable-apparmor \
--disable-libaudit \
--disable-inotify \
--disable-kqueue \
--disable-console-owner-file \
+ --disable-launchd \
--disable-systemd \
--disable-embedded-tests \
--disable-modular-tests \
--disable-tests \
+ --disable-installed-tests \
+ --disable-code-coverage \
--disable-epoll \
--disable-x11-autolaunch \
+ --disable-compile-warnings \
+ --disable-Werror \
+ --disable-relocation \
--disable-stats \
--disable-user-session \
- --without-x \
- --without-valgrind
+ --without-valgrind \
+ --without-x
# vim: syntax=make