From 4b2dc8826d52e98832c3e8f1af70f83d1e804091 Mon Sep 17 00:00:00 2001 From: Taegil Bae Date: Mon, 22 Oct 2018 02:52:06 +0000 Subject: meson: set RPATH for libnm_device_plugin_wwan.so https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/26 --- src/devices/wwan/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/devices/wwan/meson.build b/src/devices/wwan/meson.build index 2c0ea5a10c..5fe6e433e4 100644 --- a/src/devices/wwan/meson.build +++ b/src/devices/wwan/meson.build @@ -54,7 +54,8 @@ libnm_device_plugin_wwan = shared_module( link_args: ldflags_linker_script_devices, link_depends: linker_script_devices, install: true, - install_dir: nm_plugindir + install_dir: nm_plugindir, + install_rpath: nm_plugindir ) core_plugins += libnm_device_plugin_wwan -- cgit v1.2.1