[libvirt] [PATCH] run: Fix LIBVIRTD_PATH

Cole Robinson posted 1 patch 5 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/d7337f7e73a834b1baf4718f27e8788a9af3894b.1532448095.git.crobinso@redhat.com
Test syntax-check passed
run.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [PATCH] run: Fix LIBVIRTD_PATH
Posted by Cole Robinson 5 years, 9 months ago
It wasn't updated when libvirt was moved from daemon/ to src/

Signed-off-by: Cole Robinson <crobinso@redhat.com>
---
 run.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
-- 
2.17.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] run: Fix LIBVIRTD_PATH
Posted by Jiri Denemark 5 years, 9 months ago
On Tue, Jul 24, 2018 at 12:01:35 -0400, Cole Robinson wrote:
> It wasn't updated when libvirt was moved from daemon/ to src/
> 
> Signed-off-by: Cole Robinson <crobinso@redhat.com>
> ---
>  run.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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.

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list