diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-05-17 10:50:00 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-05-17 10:50:00 +0200 |
commit | 7f17b33acc8c3076f0696542795a1ca74ee2d671 (patch) | |
tree | f2cef6bac4c66e684ef2a877c005bf51f6ed52fb /icu/icu4c-build.patch | |
parent | 93ceaadd6e40c458385471445e644f82815d9249 (diff) |
Fix icu library paths for Mac OS X
There already was a patch to use @executable_path (which is wrong, consider e.g.
when such libs are loaded into the URE uno executable), so fix it to use
@_..._OOO instead (and no need to set --prefix), and pass the resulting libs
through macosx-change-install-names.
Change-Id: I2eb1801b64de81ac2b2844f893c9149fc78c3aa9
Diffstat (limited to 'icu/icu4c-build.patch')
-rw-r--r-- | icu/icu4c-build.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icu/icu4c-build.patch b/icu/icu4c-build.patch index cf6e6821f2d1..30ba3ad52cc4 100644 --- a/icu/icu4c-build.patch +++ b/icu/icu4c-build.patch @@ -52,7 +52,7 @@ -else -LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(notdir $(MIDDLE_SO_TARGET)) -endif -+LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name @executable_path/$(notdir $(MIDDLE_SO_TARGET)) ++LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name @__________________________________________________OOO/$(notdir $(MIDDLE_SO_TARGET)) ## Compiler switch to embed a runtime search path LD_RPATH= |