From ec26772e2e9d864b9c2c5e5271ccd63006bec039 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 6 Mar 2019 11:56:36 +0100 Subject: Fix libtool RPATH outsmarting hack for external/librevenge After the blind fix attempt of 490f07cf7235ab3c5dc4be13c53832e3266bd8e6 "Extend libtool RPATH outsmarting hack to external/librevenge", appears that also needs runpath_var=LD_RUN_PATH to be reset. (See also how addresses the same problem for Fedora builds of librevenge.) Change-Id: I5cff145605cd05a8b87360c1edc3574e3364139b Reviewed-on: https://gerrit.libreoffice.org/68800 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- external/librevenge/rpath.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'external') diff --git a/external/librevenge/rpath.patch b/external/librevenge/rpath.patch index a27c6b8d4310..c7d21008090d 100644 --- a/external/librevenge/rpath.patch +++ b/external/librevenge/rpath.patch @@ -1,10 +1,11 @@ --- configure +++ configure -@@ -14983,6 +14983,7 @@ +@@ -14983,6 +14983,8 @@ esac ;; esac +hardcode_libdir_flag_spec_CXX= ++runpath_var= ;; lynxos*) -- cgit