summaryrefslogtreecommitdiff
path: root/icu
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-18 12:05:11 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-18 12:05:11 +0100
commitc0470de216263d617f7e0663babf3eae4483f0db (patch)
treea9112199cb71066ba69115fbed0e9ac5b4de1acd /icu
parenta12885cdad54a4336223e06be45912526f3c4933 (diff)
Work around a strange problem with libicudata on Mac OSX
Diffstat (limited to 'icu')
-rw-r--r--icu/icu4c-build.patch2
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=