diff options
Diffstat (limited to 'dbus/dbus-0.20/cross.patch')
-rw-r--r-- | dbus/dbus-0.20/cross.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dbus/dbus-0.20/cross.patch b/dbus/dbus-0.20/cross.patch index e69de29bb2..6d1d9d8e7e 100644 --- a/dbus/dbus-0.20/cross.patch +++ b/dbus/dbus-0.20/cross.patch @@ -0,0 +1,15 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- dbus-0.20/configure.in~cross ++++ dbus-0.20/configure.in +@@ -466,6 +466,7 @@ + exit (0); + ]])], + [have_abstract_sockets=yes], ++ [have_abstract_sockets=no], + [have_abstract_sockets=no]) + AC_LANG_POP(C) + AC_MSG_RESULT($have_abstract_sockets) |