libvirt/libvirt-build-Link-security-driver-into-daemon.patch
2012-08-14 20:06:04 +08:00

31 lines
892 B
Diff

From 840b80b48c0189423993db6268f85dd5eac345ac Mon Sep 17 00:00:00 2001
From: Jiri Denemark <jdenemar@redhat.com>
Date: Wed, 1 Aug 2012 09:59:43 +0200
Subject: [PATCH] build: Link security driver into daemon
To: libvir-list@redhat.com
Commit aae5cfb69948fddef556f8f5b9f80a444f9c6125 removed security driver
from libvirt_la but forgot to link it into libvirtd in case libvirt is
built without modules.
Signed-off-by: Daniel Veillard <veillard@redhat.com>
---
daemon/Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
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.7.6