summaryrefslogtreecommitdiffstats
path: root/rules/host-dbus-glib.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-dbus-glib.make')
-rw-r--r--rules/host-dbus-glib.make16
1 files changed, 8 insertions, 8 deletions
diff --git a/rules/host-dbus-glib.make b/rules/host-dbus-glib.make
index 28aa46e4c..e2f5be5e9 100644
--- a/rules/host-dbus-glib.make
+++ b/rules/host-dbus-glib.make
@@ -23,19 +23,19 @@ HOST_DBUS_GLIB_DIR = $(HOST_BUILDDIR)/$(DBUS_GLIB)
# Prepare
# ----------------------------------------------------------------------------
-HOST_DBUS_GLIB_PATH := PATH=$(HOST_PATH)
-HOST_DBUS_GLIB_ENV := $(HOST_ENV)
-
#
# autoconf
#
-HOST_DBUS_GLIB_AUTOCONF := \
+HOST_DBUS_GLIB_CONF_TOOL := autoconf
+HOST_DBUS_GLIB_CONF_OPT := \
$(HOST_AUTOCONF) \
- --disable-bash-completion \
+ --disable-tests \
+ --disable-ansi \
--disable-gcov \
- --disable-gtk-doc \
- --disable-static \
- --disable-tests
+ --disable-bash-completion \
+ --disable-asserts \
+ --enable-checks \
+ --disable-gtk-doc
# ----------------------------------------------------------------------------
# Install