[gnome-software/gnome-41: 1/2] gs-install-appstream: add gs_private_libdir to rpath
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/gnome-41: 1/2] gs-install-appstream: add gs_private_libdir to rpath
- Date: Fri, 26 Nov 2021 06:45:53 +0000 (UTC)
commit 8bf5ccd08fcf898dedf312151c7a4a218e4277f4
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]