[libvirt] [PATCH v2] virtlogd: Fix build without DBus

2015-11-27 Thread Martin Kletzander
The rule for virrotatingfiletest was defined in DBUS-only block even though the test does not use DBus at all. Also DBUS_CFLAGS and DBUS_LIBS are removed from the rules. The original error was: /usr/lib/gcc/x86_64-pc-linux-gnu/5.2.0/../../../../lib64/Scrt1.o: In function `_start': (.text+0x20):

Re: [libvirt] [PATCH v2] virtlogd: Fix build without DBus

2015-11-27 Thread Daniel P. Berrange
On Fri, Nov 27, 2015 at 02:05:11PM +0100, Martin Kletzander wrote: > The rule for virrotatingfiletest was defined in DBUS-only block even > though the test does not use DBus at all. Also DBUS_CFLAGS and > DBUS_LIBS are removed from the rules. The original error was: > >