]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Ensure LXC driver links against libblkid explicitly.
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 2 Apr 2012 15:47:11 +0000 (16:47 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 24 May 2012 12:18:00 +0000 (13:18 +0100)
commitee53a8c8ec0f5ca91aa2e934edc849293e27ec40
treed278f3295b914809e39ed85b464d0d63a805b83b
parent6cd4b1fe163b0333dbb950106fa692cf0376ecda
Ensure LXC driver links against libblkid explicitly.

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@redhat.com>
src/Makefile.am