summaryrefslogtreecommitdiffstats
path: root/rules/host-dbus.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-08-27 15:16:16 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-09-07 16:16:03 +0200
commit1b0b950d847e2fdf67ccee40ed6ad59e499b894e (patch)
tree6a78f8f810bc7799990cfcaeba1a947e15f72ade /rules/host-dbus.make
parent76bcf859e21d7f1c9c4b6e6dc80c2838d4703761 (diff)
downloadptxdist-1b0b950d847e2fdf67ccee40ed6ad59e499b894e.tar.gz
ptxdist-1b0b950d847e2fdf67ccee40ed6ad59e499b894e.tar.xz
host-dbus: explicitly list all relevant configure options
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-dbus.make')
-rw-r--r--rules/host-dbus.make29
1 files changed, 23 insertions, 6 deletions
diff --git a/rules/host-dbus.make b/rules/host-dbus.make
index 708f75663..6cae4d334 100644
--- a/rules/host-dbus.make
+++ b/rules/host-dbus.make
@@ -22,17 +22,34 @@ HOST_DBUS_DIR = $(HOST_BUILDDIR)/$(DBUS)
# Prepare
# ----------------------------------------------------------------------------
-HOST_DBUS_PATH := PATH=$(HOST_PATH)
-HOST_DBUS_ENV := $(HOST_ENV)
-
#
# autoconf
#
-HOST_DBUS_AUTOCONF := \
+HOST_DBUS_CONF_TOOL := autoconf
+HOST_DBUS_CONF_OPT := \
$(HOST_AUTOCONF) \
+ --disable-static \
+ --disable-tests \
+ --disable-embedded-tests \
+ --disable-modular-tests \
+ --disable-ansi \
+ --disable-verbose-mode \
+ --disable-asserts \
+ --disable-checks \
+ --disable-xml-docs \
+ --disable-doxygen-docs \
+ --disable-compiler-coverage \
--enable-abstract-sockets=yes \
- --with-xml=expat \
+ --disable-libaudit \
+ --disable-dnotify \
+ --disable-inotify \
+ --disable-kqueue \
+ --disable-console-owner-file \
+ --disable-userdb-cache \
--disable-selinux \
- --disable-libaudit
+ --with-xml=expat \
+ --disable-systemd \
+ --without-valgrind \
+ --disable-stats
# vim: syntax=make