diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-18 12:05:11 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-18 12:05:11 +0100 |
commit | c0470de216263d617f7e0663babf3eae4483f0db (patch) | |
tree | a9112199cb71066ba69115fbed0e9ac5b4de1acd /icu | |
parent | a12885cdad54a4336223e06be45912526f3c4933 (diff) |
Work around a strange problem with libicudata on Mac OSX
Diffstat (limited to 'icu')
-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 9920f7a61eec..e5e4bd9b10a0 100644 --- a/icu/icu4c-build.patch +++ b/icu/icu4c-build.patch @@ -27,7 +27,7 @@ ## Compiler switches to embed a library name and version information -LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(notdir $(MIDDLE_SO_TARGET)) -+LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name @executable_path/$(notdir $(FINAL_SO_TARGET)) ++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)) ## Compiler switch to embed a runtime search path LD_RPATH= |