mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
run: Fix LIBVIRTD_PATH
It wasn't updated when libvirtd was moved from daemon/ to src/ Reviewed-by: Jiri Denemark <jdenemar@redhat.com> Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
fa18da2d81
commit
0dc8ecbf1d
2
run.in
2
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.
|
||||
|
Loading…
Reference in New Issue
Block a user