[libvirt] [PATCH 2/2] libvirtd: Remove indirect linking

Guido Günther agx at sigxcpu.org
Wed Mar 9 13:01:11 UTC 2011


On Wed, Mar 09, 2011 at 12:03:37PM +0000, Daniel P. Berrange wrote:
[..snip..] 
> >  libvirt_driver_lxc_la_SOURCES = $(LXC_DRIVER_SOURCES)
> > @@ -870,6 +878,12 @@ libvirt_driver_storage_la_CFLAGS = \
> >  		-I at top_srcdir@/src/conf $(AM_CFLAGS)
> >  libvirt_driver_storage_la_LDFLAGS = $(AM_LDFLAGS)
> >  libvirt_driver_storage_la_LIBADD =
> > +if WITH_SECDRIVER_SELINUX
> > +libvirt_driver_storage_la_LIBADD += $(SELINUX_LIBS)
> > +endif
> > +if WITH_SECDRIVER_APPARMOR
> > +libvirt_driver_storage_la_LIBADD += $(APPARMOR_LIBS)
> > +endif
> >  if WITH_STORAGE_DIR
> >  if WITH_DRIVER_MODULES
> >  mod_LTLIBRARIES += libvirt_driver_storage.la
> 
> ACK, though I'm surprised that LXC requires the SELinux
> or AppArmour bits.

Pushed now, thanks.
 -- Guido




More information about the libvir-list mailing list