[tracker-miners/wip/carlosg/missing-rpath] build: Bring back missing rpath on RSS miner executable
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners/wip/carlosg/missing-rpath] build: Bring back missing rpath on RSS miner executable
- Date: Thu, 26 Aug 2021 10:47:08 +0000 (UTC)
commit 7d8c713dffe517ba18be8cbc1641c849f7a76de0
Author: Carlos Garnacho <carlosg gnome org>
Date: Tue Aug 24 11:26:56 2021 +0200
build: Bring back missing rpath on RSS miner executable
This executable does need our private libtracker-miner library.
Make sure it can get to it.
Fixes: https://gitlab.gnome.org/GNOME/tracker-miners/-/issues/188
src/miners/rss/meson.build | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/miners/rss/meson.build b/src/miners/rss/meson.build
index 10a78d005..51af1157c 100644
--- a/src/miners/rss/meson.build
+++ b/src/miners/rss/meson.build
@@ -9,6 +9,7 @@ executable('tracker-miner-rss-@0@'.format(tracker_api_major),
c_args: tracker_c_args,
install: true,
install_dir: get_option('libexecdir'),
+ install_rpath: tracker_internal_libs_dir,
)
# This file allows starting the service with D-Bus autoactivation.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]