mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
virtlogd: Fix build without DBus
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): undefined reference to `main' Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
6bb575d128
commit
baa3b463b3
@ -1062,6 +1062,11 @@ virnetdevmock_la_LIBADD = $(GNULIB_LIBS) \
|
||||
../src/libvirt.la
|
||||
virnetdevmock_la_LDFLAGS = $(MOCKLIBS_LDFLAGS)
|
||||
|
||||
virrotatingfiletest_SOURCES = \
|
||||
virrotatingfiletest.c testutils.h testutils.c
|
||||
virrotatingfiletest_CFLAGS = $(AM_CFLAGS)
|
||||
virrotatingfiletest_LDADD = $(LDADDS)
|
||||
|
||||
if WITH_LINUX
|
||||
virusbtest_SOURCES = \
|
||||
virusbtest.c testutils.h testutils.c
|
||||
@ -1101,11 +1106,6 @@ virpolkittest_SOURCES = \
|
||||
virpolkittest_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS)
|
||||
virpolkittest_LDADD = $(LDADDS) $(DBUS_LIBS)
|
||||
|
||||
virrotatingfiletest_SOURCES = \
|
||||
virrotatingfiletest.c testutils.h testutils.c
|
||||
virrotatingfiletest_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS)
|
||||
virrotatingfiletest_LDADD = $(LDADDS) $(DBUS_LIBS)
|
||||
|
||||
virsystemdtest_SOURCES = \
|
||||
virsystemdtest.c testutils.h testutils.c
|
||||
virsystemdtest_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user