[libvirt] [PATCH] build: fix link error with appArmor

Eric Blake eblake at redhat.com
Tue Aug 14 17:55:34 UTC 2012


Commit bb705e25 missed that the appArmor helper file also needs to
resolve the new symbols dragged in by domain_conf.c.

* src/Makefile.am (SECURITY_DRIVER_APPARMOR_HELPER_SOURCES): Pull
in datatypes.c.
---

Pushing under the build-breaker rule.

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

diff --git a/src/Makefile.am b/src/Makefile.am
index 8d54145..e94f977 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -405,6 +405,7 @@ LXC_CONTROLLER_SOURCES =					\
 		lxc/lxc_controller.c

 SECURITY_DRIVER_APPARMOR_HELPER_SOURCES =			\
+		$(DATATYPES_SOURCES)				\
 		security/virt-aa-helper.c

 PHYP_DRIVER_SOURCES =						\
-- 
1.7.11.2




More information about the libvir-list mailing list