8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00

Remove -flat_namespace from MacOS build - see #7827.

This commit is contained in:
Adriano dos Santos Fernandes 2023-11-08 07:58:57 -03:00
parent 37f9809338
commit 518292ed74

View File

@ -19,8 +19,8 @@
# Options # Options
#FirebirdInstallPrefix= #FirebirdInstallPrefix=
LIB_BUNDLE_OPTIONS=$(LD_FLAGS) -bundle -flat_namespace -undefined suppress LIB_BUNDLE_OPTIONS=$(LD_FLAGS) -bundle
LIB_LINK_OPTIONS=$(LD_FLAGS) -dynamiclib -flat_namespace LIB_LINK_OPTIONS=$(LD_FLAGS) -dynamiclib
LIB_LINK_SONAME:=-current_version @FIREBIRD_VERSION@ -compatibility_version @FIREBIRD_VERSION@ -seg1addr 0x30000000 LIB_LINK_SONAME:=-current_version @FIREBIRD_VERSION@ -compatibility_version @FIREBIRD_VERSION@ -seg1addr 0x30000000
LIB_LINK_MAPFILE=-Wl,-exported_symbols_list,$(1) LIB_LINK_MAPFILE=-Wl,-exported_symbols_list,$(1)