[gnome-software: 1/2] gs-install-appstream: add gs_private_libdir to rpath




commit 5d6eae8aacb325cbbf65fb24d2a155b716241274
Author: Pablo Correa Gómez <ablocorrea hotmail com>
Date:   Thu Nov 25 14:38:20 2021 +0100

    gs-install-appstream: add gs_private_libdir to rpath
    
    This avoids a crash where the executable crashed due to not
    being able to load the library

 gs-install-appstream/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/gs-install-appstream/meson.build b/gs-install-appstream/meson.build
index 57d7f9a07..89847625a 100644
--- a/gs-install-appstream/meson.build
+++ b/gs-install-appstream/meson.build
@@ -15,4 +15,5 @@ executable(
   c_args : ['-DG_LOG_DOMAIN="GsInstallAppstream"'],
   install : true,
   install_dir : get_option('libexecdir'),
+  install_rpath : gs_private_libdir,
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]