summaryrefslogtreecommitdiffstats
path: root/meta/packages/dbus/dbus-glib-0.72/cross.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/dbus/dbus-glib-0.72/cross.patch')
-rw-r--r--meta/packages/dbus/dbus-glib-0.72/cross.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/dbus/dbus-glib-0.72/cross.patch b/meta/packages/dbus/dbus-glib-0.72/cross.patch
new file mode 100644
index 0000000000..b3f41c8507
--- /dev/null
+++ b/meta/packages/dbus/dbus-glib-0.72/cross.patch
@@ -0,0 +1,12 @@
1Index: dbus-glib-0.72/configure.ac
2===================================================================
3--- dbus-glib-0.72.orig/configure.ac 2006-10-27 10:05:05.000000000 +0200
4+++ dbus-glib-0.72/configure.ac 2006-10-27 10:05:48.000000000 +0200
5@@ -571,6 +571,7 @@
6 exit (0);
7 ]])],
8 [have_abstract_sockets=yes],
9+ [have_abstract_sockets=no],
10 [have_abstract_sockets=no])
11 AC_LANG_POP(C)
12 AC_MSG_RESULT($have_abstract_sockets)