mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 07:23:04 +01:00
Solve compilation problem on HPUX with symbols and empty.vers
This commit is contained in:
parent
f18b41e48d
commit
70c308827b
@ -62,6 +62,7 @@ include $(ROOT)/gen/make.shared.variables
|
||||
libeditline : $(LIB)/libedit.a
|
||||
|
||||
$(LIB)/libedit.a:
|
||||
AR = ar
|
||||
cd $(ROOT)/extern/editline; chmod +x configure; ./configure --enable-static --disable-shared
|
||||
$(MAKE) -C $(ROOT)/extern/editline
|
||||
cp $(ROOT)/extern/editline/src/.libs/libedit.a $(LIB)
|
||||
|
@ -32,6 +32,7 @@ LINK_FBINTL_SYMBOLS= $(LIB_LINK_MAPFILE)$(ROOT)/builds/posix/fbintl.hpux.vers
|
||||
LINK_IBUTIL_SYMBOLS= $(LIB_LINK_MAPFILE)$(ROOT)/builds/posix/ib_util.hpux.vers
|
||||
LINK_FIREBIRD_SYMBOLS= $(LIB_LINK_MAPFILE)$(ROOT)/builds/posix/firebird.hpux.vers
|
||||
LINK_TRACE_SYMBOLS = $(LIB_LINK_MAPFILE)$(ROOT)/builds/posix/fbtrace.hpux.vers
|
||||
LINK_EMPTY_SYMBOLS = $(LIB_LINK_MAPFILE)$(ROOT)/builds/posix/empty.hpux.vers
|
||||
|
||||
EMBED_UTIL_TARGETS=gstat gds_relay gsec nbackup fbguard fb_lock_print fbsvcmgr fbtracemgr
|
||||
CLIENT_UTIL_TARGETS=gds_relay gstat gsec nbackup fbguard fbmgr_bin fb_lock_print fbsvcmgr fbtracemgr
|
||||
|
Loading…
Reference in New Issue
Block a user