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

Jiri Denemark jdenemar at redhat.com
Wed Aug 1 08:53:22 UTC 2012


Commit aae5cfb69948fddef556f8f5b9f80a444f9c6125 removed security driver
from libvirt_la but forgot to link it into libvirtd in case libvirt is
built without modules.
---
Hmm, version 1 had the security driver in a wrong place. That's what
you get for changing the patch after checking that it works.

 daemon/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 928aeaf..b8ecbef 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -164,6 +164,7 @@ endif
 if WITH_NWFILTER
     libvirtd_LDADD += ../src/libvirt_driver_nwfilter.la
 endif
+libvirtd_LDADD += ../src/libvirt_driver_security.la
 endif
 
 libvirtd_LDADD += ../src/libvirt.la
-- 
1.7.11.1




More information about the libvir-list mailing list