From bdfbc85d59e8141393dfe6d418502f3ff21f4690 Mon Sep 17 00:00:00 2001 From: paulbeach Date: Wed, 13 Jun 2007 11:56:47 +0000 Subject: [PATCH] MacOS Port into HEAD - Minor mods --- extern/icu/source/config/mh-darwin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extern/icu/source/config/mh-darwin b/extern/icu/source/config/mh-darwin index e536afc868..f5f4cb1d3a 100644 --- a/extern/icu/source/config/mh-darwin +++ b/extern/icu/source/config/mh-darwin @@ -25,7 +25,7 @@ SHLIB.c= $(CC) -dynamiclib -dynamic $(CFLAGS) $(LDFLAGS) SHLIB.cc= $(CXX) -dynamiclib -dynamic $(CXXFLAGS) $(LDFLAGS) ## 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 /Library/Frameworks/Firebird.framework/Versions/A/Libraries/$(notdir $(SO_TARGET)) ## Compiler switch to embed a runtime search path LD_RPATH=