提交 0dc8ecbf 编写于 作者: C Cole Robinson

run: Fix LIBVIRTD_PATH

It wasn't updated when libvirtd was moved from daemon/ to src/
Reviewed-by: NJiri Denemark <jdenemar@redhat.com>
Signed-off-by: NCole Robinson <crobinso@redhat.com>
上级 fa18da2d
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册