Blame libvirt-build-Link-security-driver-into-daemon.patch
|
Daniel Veillard |
76c828 |
From 840b80b48c0189423993db6268f85dd5eac345ac Mon Sep 17 00:00:00 2001
|
|
Daniel Veillard |
76c828 |
From: Jiri Denemark <jdenemar@redhat.com>
|
|
Daniel Veillard |
76c828 |
Date: Wed, 1 Aug 2012 09:59:43 +0200
|
|
Daniel Veillard |
76c828 |
Subject: [PATCH] build: Link security driver into daemon
|
|
Daniel Veillard |
76c828 |
To: libvir-list@redhat.com
|
|
Daniel Veillard |
76c828 |
|
|
Daniel Veillard |
76c828 |
Commit aae5cfb69948fddef556f8f5b9f80a444f9c6125 removed security driver
|
|
Daniel Veillard |
76c828 |
from libvirt_la but forgot to link it into libvirtd in case libvirt is
|
|
Daniel Veillard |
76c828 |
built without modules.
|
|
Daniel Veillard |
76c828 |
|
|
Daniel Veillard |
76c828 |
Signed-off-by: Daniel Veillard <veillard@redhat.com>
|
|
Daniel Veillard |
76c828 |
---
|
|
Daniel Veillard |
76c828 |
daemon/Makefile.am | 1 +
|
|
Daniel Veillard |
76c828 |
1 files changed, 1 insertions(+), 0 deletions(-)
|
|
Daniel Veillard |
76c828 |
|
|
Daniel Veillard |
76c828 |
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
|
|
Daniel Veillard |
76c828 |
index 928aeaf..b8ecbef 100644
|
|
Daniel Veillard |
76c828 |
--- a/daemon/Makefile.am
|
|
Daniel Veillard |
76c828 |
+++ b/daemon/Makefile.am
|
|
Daniel Veillard |
76c828 |
@@ -164,6 +164,7 @@ endif
|
|
Daniel Veillard |
76c828 |
if WITH_NWFILTER
|
|
Daniel Veillard |
76c828 |
libvirtd_LDADD += ../src/libvirt_driver_nwfilter.la
|
|
Daniel Veillard |
76c828 |
endif
|
|
Daniel Veillard |
76c828 |
+libvirtd_LDADD += ../src/libvirt_driver_security.la
|
|
Daniel Veillard |
76c828 |
endif
|
|
Daniel Veillard |
76c828 |
|
|
Daniel Veillard |
76c828 |
libvirtd_LDADD += ../src/libvirt.la
|
|
Daniel Veillard |
76c828 |
--
|
|
Daniel Veillard |
76c828 |
1.7.7.6
|
|
Daniel Veillard |
76c828 |
|