Files
libreoffice/external/libgpg-error/disable-rpath-option.patch
Thorsten Behrens 1f873596ed gpg4libre: get rpath right for gpgme
Also add initial crossbuild support, and avoid extraneous build
targets (docs, arcane lang support)

Change-Id: I51afa2ff91c576b35dcb73124396188b780ed84e
Reviewed-on: https://gerrit.libreoffice.org/34898
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2017-03-05 09:56:56 +00:00

14 lines
410 B
Diff

diff -ur libgpg-error.org/configure.ac libgpg-error/configure.ac
--- configure.ac 2017-03-05 01:27:38.249210887 +0100
+++ configure.ac~ 2017-03-05 01:29:36.820894687 +0100
@@ -404,6 +404,9 @@
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.)