[libvirt] [PATCH] build: Link security driver into daemon

Jiri Denemark jdenemar at redhat.com
Wed Aug 1 08:23:09 UTC 2012


Commit aae5cfb69948fddef556f8f5b9f80a444f9c6125 removed security driver
from libvirt_la but forgot to link it into libvirtd in case libvirt is
built without modules.
---
 daemon/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 928aeaf..4480448 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -122,6 +122,7 @@ libvirtd_LDADD += \
 	../src/libvirt-qemu.la
 
 if ! WITH_DRIVER_MODULES
+libvirtd_LDADD += ../src/libvirt_driver_security.la
 if WITH_QEMU
     libvirtd_LDADD += ../src/libvirt_driver_qemu.la
 if WITH_DTRACE_PROBES
-- 
1.7.11.1




More information about the libvir-list mailing list