mirror of
git://slackware.nl/current.git
synced 2024-12-27 09:59:16 +01:00
612d5685be
a/kernel-firmware-20190717_bf13a71-noarch-1.txz: Upgraded. ap/mpg123-1.25.11-x86_64-1.txz: Upgraded. l/gvfs-1.40.2-x86_64-2.txz: Rebuilt. daemon/meson.build: define gvfs_rpath for libgvfsdaemon.so This fixes "libgvfscommon.so => not found" running ldd on libgvfsdaemon.so. Thanks to Robby Workman. n/bind-9.14.4-x86_64-1.txz: Upgraded. x/libpciaccess-0.16-x86_64-1.txz: Upgraded. x/xinput-1.6.3-x86_64-1.txz: Upgraded. xap/mozilla-firefox-68.0.1esr-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/firefox/68.0.1esr/releasenotes/ extra/pure-alsa-system/mpg123-1.25.11-x86_64-1_alsa.txz: Upgraded.
35 lines
1.1 KiB
Diff
35 lines
1.1 KiB
Diff
From 940cb1d7dc3bd511ebd71c359cc5386d3682e0ba Mon Sep 17 00:00:00 2001
|
|
From: Robby Workman <rworkman@slackware.com>
|
|
Date: Thu, 18 Jul 2019 03:38:41 -0500
|
|
Subject: [PATCH] daemon/meson.build: define gvfs_rpath for libgvfsdaemon.so
|
|
|
|
On Slackware development branch with gvfs-1.40.2, I just noticed this:
|
|
# ldd /usr/lib64/gvfs/libgvfsdaemon.so | grep "not found"
|
|
libgvfscommon.so => not found
|
|
|
|
After some backtracking, it seems that this first occurred in the
|
|
switchover from autotools to meson in the 1.36.x --> 1.38.x bump.
|
|
|
|
Big thanks to Cogitri in #gnome/irc.gnome.org for the patience and
|
|
assistance with troubleshooting this.
|
|
|
|
Signed-off-by: Robby Workman <rworkman@slackware.com>
|
|
---
|
|
daemon/meson.build | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/daemon/meson.build b/daemon/meson.build
|
|
index 2d253e3b..75750cee 100644
|
|
--- a/daemon/meson.build
|
|
+++ b/daemon/meson.build
|
|
@@ -124,6 +124,7 @@ libgvfsdaemon = shared_library(
|
|
c_args: cflags,
|
|
install: true,
|
|
install_dir: gvfs_pkglibdir,
|
|
+ install_rpath: gvfs_rpath,
|
|
)
|
|
|
|
libgvfsdaemon_dep = declare_dependency(
|
|
--
|
|
2.22.0
|
|
|