[libvirt] [PATCH] lxc: Fix build with AppArmor

Daniel Veillard veillard at redhat.com
Fri Feb 3 09:59:02 UTC 2012


On Fri, Feb 03, 2012 at 10:52:56AM +0100, Jiri Denemark wrote:
> ---
>  src/Makefile.am |    6 ++++++
>  1 files changed, 6 insertions(+), 0 deletions(-)
> 
> diff --git a/src/Makefile.am b/src/Makefile.am
> index b25a439..dd77eec 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -1526,6 +1526,9 @@ endif
>  if WITH_SECDRIVER_SELINUX
>  libvirt_lxc_LDADD += $(SELINUX_LIBS)
>  endif
> +if WITH_SECDRIVER_APPARMOR
> +libvirt_lxc_LDADD += $(APPARMOR_LIBS)
> +endif
>  libvirt_lxc_CFLAGS =				\
>  		$(LIBPARTED_CFLAGS)		\
>  		$(NUMACTL_CFLAGS)		\
> @@ -1541,6 +1544,9 @@ endif
>  if WITH_SECDRIVER_SELINUX
>  libvirt_lxc_CFLAGS += $(SELINUX_CFLAGS)
>  endif
> +if WITH_SECDRIVER_APPARMOR
> +libvirt_lxc_CFLAGS += $(APPARMOR_CFLAGS)
> +endif
>  endif
>  endif
>  EXTRA_DIST += $(LXC_CONTROLLER_SOURCES)

  ACK, assuming you didn't push yet as a build breaker !

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel at veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/




More information about the libvir-list mailing list