From 5d6eae8aacb325cbbf65fb24d2a155b716241274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Thu, 25 Nov 2021 14:38:20 +0100 Subject: [PATCH] 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, ) -- GitLab