summaryrefslogtreecommitdiffstats
path: root/rules/host-dbus.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-08-01 07:23:37 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-08-01 07:23:37 +0000
commitdfbc6b7fad49d1f59b2d4c82f253abbb1a2a1a34 (patch)
treee2372edc0020881b74e1a8852de1e501bf96e2b2 /rules/host-dbus.make
parentc582c96ead94e0f642c3a714b4f34d780018155d (diff)
downloadptxdist-dfbc6b7fad49d1f59b2d4c82f253abbb1a2a1a34.tar.gz
ptxdist-dfbc6b7fad49d1f59b2d4c82f253abbb1a2a1a34.tar.xz
* dbus-glib: update version and fix cross compile issues.
From: Erwin Rol <erwin@erwinrol.com> This patch updates dbus-glib to the latest version and fixes some small compile problems. Signed-off-by: Erwin Rol <erwin@erwinrol.com> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8714 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-dbus.make')
-rw-r--r--rules/host-dbus.make4
1 files changed, 3 insertions, 1 deletions
diff --git a/rules/host-dbus.make b/rules/host-dbus.make
index 5380c6b58..e78ea8086 100644
--- a/rules/host-dbus.make
+++ b/rules/host-dbus.make
@@ -60,7 +60,9 @@ HOST_DBUS_ENV := \
HOST_DBUS_AUTOCONF := \
$(HOST_AUTOCONF) \
--enable-abstract-sockets=yes \
- --with-xml=expat
+ --with-xml=expat \
+ --disable-selinux \
+ --disable-libaudit
$(STATEDIR)/host-dbus.prepare: $(host-dbus_prepare_deps_default)
@$(call targetinfo, $@)