mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 19:23:02 +01:00
MacOS Port into HEAD - Minor mods
This commit is contained in:
parent
facca2f278
commit
bdfbc85d59
2
extern/icu/source/config/mh-darwin
vendored
2
extern/icu/source/config/mh-darwin
vendored
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user