]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Use virFileFindResource to locate libvirt_lxc for capabilities
authorNehal J Wani <nehaljw.kkd1@gmail.com>
Tue, 25 Mar 2014 08:23:13 +0000 (13:53 +0530)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 25 Apr 2014 10:59:46 +0000 (11:59 +0100)
commit89de838f1b636c443c9b7fcb6a625323ea5d58b2
treeb3c4b45487a81ea27cdefcf38050f9ca4a82bc27
parent7d84ca46491b77ab64a988898fa7be80f12a9983
Use virFileFindResource to locate libvirt_lxc for capabilities

Instead of hardcoding LIBEXECDIR as the location of the libvirt_lxc
binary set in the LXC driver capabilities, use virFileFindResource
to optionally find it in the current build directory.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/lxc/lxc_conf.c