diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-03-06 11:56:36 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-03-06 14:25:50 +0100 |
commit | ec26772e2e9d864b9c2c5e5271ccd63006bec039 (patch) | |
tree | 449b5428c67e44d0fe7fc80aa8e016909d731471 /external | |
parent | 7b69950a1aca144292c6744407c66cf7a63ef7ef (diff) |
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
<https://ci.libreoffice.org/job/lo_daily_update_gandalf/596/> also needs
runpath_var=LD_RUN_PATH to be reset. (See also how
<https://src.fedoraproject.org/cgit/rpms/librevenge.git/tree/librevenge.spec
?id=4960d4c6c190885b20f56ce9ee1ad2ad92b87021#n46> 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 <sbergman@redhat.com>
Diffstat (limited to 'external')
-rw-r--r-- | external/librevenge/rpath.patch | 3 |
1 files changed, 2 insertions, 1 deletions
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*) |