mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +01:00
front port fix - international library fails to load on AIX with unresolved symbols. reviewed by Alex
This commit is contained in:
parent
7e9a29b65b
commit
28a1670403
@ -52,12 +52,9 @@ INTL_Files1= ld.cpp cv_narrow.cpp \
|
||||
cs_ksc.cpp cv_ksc.cpp lc_ksc.cpp \
|
||||
cs_icu.cpp cv_icu.cpp lc_icu.cpp
|
||||
|
||||
|
||||
# INTL_Sources = $(INTL_Files1)
|
||||
INTL_Sources = $(addprefix intl/, $(INTL_Files1))
|
||||
|
||||
# SD: add modules that are not in intl subdir
|
||||
INTL_Sources += jrd/IntlUtil.cpp jrd/unicode_util.cpp jrd/CharSet.cpp jrd/mod_loader.cpp
|
||||
# use INTL_Files2 in prefix file for host-specific additional files
|
||||
INTL_Sources= $(addprefix intl/, $(INTL_Files1)) $(INTL_Files2) \
|
||||
jrd/IntlUtil.cpp jrd/unicode_util.cpp jrd/CharSet.cpp jrd/mod_loader.cpp
|
||||
|
||||
INTL_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(INTL_Sources))))
|
||||
|
||||
|
@ -113,6 +113,14 @@ LIB_LINK_RPATH=
|
||||
LIB_LINK_SONAME=
|
||||
|
||||
OS_ServerFiles=inet_server.cpp
|
||||
INTL_Files2=common/utils.cpp \
|
||||
common/config/config.cpp common/config/config_file.cpp \
|
||||
common/classes/MsgPrint.cpp common/classes/SafeArg.cpp \
|
||||
common/classes/BaseStream.cpp common/classes/fb_string.cpp \
|
||||
common/classes/TempFile.cpp \
|
||||
jrd/gds.cpp jrd/isc.cpp \
|
||||
jrd/os/posix/path_utils.cpp jrd/os/posix/os_utils.cpp \
|
||||
jrd/os/posix/config_root.cpp jrd/os/posix/fbsyslog.cpp
|
||||
|
||||
EMBED_UTIL_TARGETS=gstat gsec fbguard nbackup fb_lock_print fbsvcmgr fbtracemgr
|
||||
CLIENT_UTIL_TARGETS=gstat gsec fbguard fbmgr_bin nbackup fb_lock_print fbsvcmgr fbtracemgr
|
||||
|
Loading…
Reference in New Issue
Block a user