[PATCH 1/3] build: permit disabling rpath

thb at libreoffice.org thb at libreoffice.org
Tue Jan 30 20:12:54 CET 2018


From: Thorsten Behrens <Thorsten.Behrens at CIB.de>

Signed-off-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index 992d1bd..426492a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -398,6 +398,9 @@ if test "$gcry_cv_visibility_attribute" = "yes" \
    CFLAGS="$CFLAGS -fvisibility=hidden"
 fi
 
+# permit disabling rpath
+AC_LIB_RPATH
+
 #
 # Check whether ld supports a version script.
 # (Actually not a check but a list of systems which are known to support it.)
-- 
2.13.6




More information about the Gnupg-devel mailing list