SOURCES: xorg-xserver-server-dbus.patch - fix
arekm
arekm at pld-linux.org
Mon Sep 10 08:43:37 CEST 2007
Author: arekm Date: Mon Sep 10 06:43:37 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix
---- Files affected:
SOURCES:
xorg-xserver-server-dbus.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/xorg-xserver-server-dbus.patch
diff -u SOURCES/xorg-xserver-server-dbus.patch:1.2 SOURCES/xorg-xserver-server-dbus.patch:1.3
--- SOURCES/xorg-xserver-server-dbus.patch:1.2 Mon Sep 10 08:41:32 2007
+++ SOURCES/xorg-xserver-server-dbus.patch Mon Sep 10 08:43:32 2007
@@ -1,15 +1,3 @@
---- configure.ac.org 2006-11-03 13:35:15.294001312 +0000
-+++ configure.ac 2006-11-03 13:37:02.207579844 +0000
-@@ -539,6 +539,7 @@
- REQUIRED_LIBS="$REQUIRED_LIBS dbus-1"
- fi
- CONFIG_LIB='$(top_builddir)/config/libconfig.a'
-+CONFIG_LIB="$CONFIG_LIB $DBUS_LIBS"
- AM_CONDITIONAL(DBUS, [test "x$DBUS" = xyes])
-
- AM_CONDITIONAL(XV, [test "x$XV" = xyes])
-;
-;
The code in connect_hook incorrectly checks for dbus_bus_request_name failure.
The dbus_bus_request_name error indicator is -1, not 0. This leads
to subsequent assertion failure in libdbus
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/xorg-xserver-server-dbus.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list