[libvirt] [PATCH 04/10] Ensure LXC driver links against libblkid explicitly.

Eric Blake eblake at redhat.com
Tue May 22 03:37:26 UTC 2012


On 05/21/2012 01:59 PM, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange" <berrange at redhat.com>
> 
> Only libvirt_driver_storage.la links to libblkid currently. If
> we are running in a scenario with driver modules, LXC must
> directly link to it, since it can't assume the storage driver
> is present
> 
> Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
> ---
>  src/Makefile.am |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/src/Makefile.am b/src/Makefile.am
> index ef62e2b..ff3eaec 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -797,6 +797,10 @@ libvirt_driver_lxc_la_CFLAGS = \
>  		$(LIBNL_CFLAGS) \
>  		-I$(top_srcdir)/src/conf $(AM_CFLAGS)
>  libvirt_driver_lxc_la_LIBADD = $(CAPNG_LIBS) $(LIBNL_LIBS)
> +if HAVE_LIBBLKID
> +libvirt_driver_lxc_la_CFLAGS += $(BLKID_CFLAGS)
> +libvirt_driver_lxc_la_LIBADD += $(BLKID_LIBS)
> +endif

ACK.  (As with the rest of this series, I didn't compile-test past 3/10,
so I hope it works; but it looks reasonable).

-- 
Eric Blake   eblake at redhat.com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 620 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20120521/93f44503/attachment-0001.sig>


More information about the libvir-list mailing list