From: Eric Bollengier Date: Tue, 22 Mar 2022 12:25:02 +0000 (+0100) Subject: Set rpath on binaries when using libtool X-Git-Tag: Release-11.3.2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d3368d40e1819ce263edcdbc521f20d4b90f83d;p=thirdparty%2Fbacula.git Set rpath on binaries when using libtool --- diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 414d7e775..dd51e0e8d 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -217,6 +217,7 @@ if test x$use_libtool != xno; then QMAKE_LIBTOOL="${BUILD_DIR}/libtool" FD_PLUGIN_DIR="src/plugins/fd" DIR_PLUGIN_DIR="src/plugins/dir" + DLIB="-rpath \$(libdir)" have_plugins=yes else DEFAULT_OBJECT_TYPE=".o"