From: Cole Robinson Date: Tue, 24 Jul 2018 14:31:21 +0000 (-0400) Subject: run: Fix LIBVIRTD_PATH X-Git-Tag: v4.6.0-rc1~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dc8ecbf1d483df9e5f8a5c36a7cc06d7eefc6b5;p=thirdparty%2Flibvirt.git run: Fix LIBVIRTD_PATH It wasn't updated when libvirtd was moved from daemon/ to src/ Reviewed-by: Jiri Denemark Signed-off-by: Cole Robinson --- diff --git a/run.in b/run.in index cbef61a674..06ad54b62b 100644 --- a/run.in +++ b/run.in @@ -63,7 +63,7 @@ export PKG_CONFIG_PATH export LIBVIRT_DRIVER_DIR="$b/src/.libs" export LIBVIRT_LOCK_MANAGER_PLUGIN_DIR="$b/src/.libs" export VIRTLOCKD_PATH="$b/src" -export LIBVIRTD_PATH="$b/daemon" +export LIBVIRTD_PATH="$b/src" # This is a cheap way to find some use-after-free and uninitialized # read problems when using glibc.