Re: [libvirt] [PATCH] dbus: work with older dbus

2013-07-24 Thread Daniel P. Berrange
On Tue, Jul 23, 2013 at 05:14:20PM -0600, Eric Blake wrote: dbus 1.2.24 (on RHEL 6) lacks DBUS_TYPE_UNIX_FD; but as we aren't trying to pass one of those anyways, we can just drop support for it in our wrapper. Solves this build error: CC libvirt_util_la-virdbus.lo

[libvirt] [PATCH] dbus: work with older dbus

2013-07-23 Thread Eric Blake
dbus 1.2.24 (on RHEL 6) lacks DBUS_TYPE_UNIX_FD; but as we aren't trying to pass one of those anyways, we can just drop support for it in our wrapper. Solves this build error: CC libvirt_util_la-virdbus.lo util/virdbus.c:242: error: 'DBUS_TYPE_UNIX_FD' undeclared here (not in a function)