15 Apr
2014
15 Apr
'14
2:41 p.m.
On 04/15/2014 12:47 AM, Eric Blake wrote:
On 04/14/2014 11:50 AM, Ján Tomko wrote:
Commit 4897698 fixed the build without dbus by only building the virSystemdPMSupportTarget with SYSTEMD_DAEMON.
Introduce a virDBusMessageUnref wrapper for dbus_message_unref to let virsystemd.c build without dbus, while still allowing virsystemdtest to run without SYSTEM_DAEMON. --- src/util/virdbus.c | 9 +++++++++ src/util/virdbus.h | 1 + src/util/virsystemd.c | 11 +---------- 3 files changed, 11 insertions(+), 10 deletions(-)
ACK; confirmed that it fixed the build for me on a RHEL 6 machine.
Thanks, pushed now. Jan