From 7bb7324f5537cb60f50bdf0fddaac27f2dd408c5 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Fri, 22 Feb 2008 20:58:55 +0000 Subject: [PATCH] Improved dbus-glib to pass it's configure when cross-compiling --- network/dbus-glib/dbus-glib.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/network/dbus-glib/dbus-glib.conf b/network/dbus-glib/dbus-glib.conf index d9564780c..4d0bbee87 100644 --- a/network/dbus-glib/dbus-glib.conf +++ b/network/dbus-glib/dbus-glib.conf @@ -12,6 +12,11 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- +if atstage cross; then + var_append configcache ' ' 'ac_cv_func_posix_getpwnam_r=yes' + var_append configcache ' ' 'ac_cv_have_abstract_sockets=yes' +fi + # "The system bus (>=0.90) needs to be running and accessible by the build." # http://www.mail-archive.com/desktop-devel-list@gnome.org/msg06157.html #