mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
This should fix HPUX build
This commit is contained in:
parent
7bfdc13d76
commit
46ce24b8d7
28
builds/posix/fbtrace.hpux.vers
Normal file
28
builds/posix/fbtrace.hpux.vers
Normal file
@ -0,0 +1,28 @@
|
||||
#
|
||||
# Version script to hide private symbols from Firebird libraries
|
||||
# HPUX linker format
|
||||
#
|
||||
# The contents of this file are subject to the Initial
|
||||
# Developer's Public License Version 1.0 (the "License");
|
||||
# you may not use this file except in compliance with the
|
||||
# License. You may obtain a copy of the License at
|
||||
# http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_idpl.
|
||||
#
|
||||
# Software distributed under the License is distributed AS IS,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing rights
|
||||
# and limitations under the License.
|
||||
#
|
||||
# The Original Code was created by Nickolay Samofatov
|
||||
# for the Firebird Open Source RDBMS project.
|
||||
#
|
||||
# Copyright (c) 2004 Nickolay Samofatov <nickolay@broadviewsoftware.com>
|
||||
# and all contributors signed below.
|
||||
#
|
||||
# All Rights Reserved.
|
||||
# Contributor(s): ______________________________________.
|
||||
# Adriano dos Santos Fernandes
|
||||
# Alex Peshkov
|
||||
#
|
||||
|
||||
+e trace_create
|
@ -27,10 +27,11 @@ OS_ServerFiles=inet_server.cpp
|
||||
LIB_LINK_OPTIONS= -fPIC -shared
|
||||
LIB_LINK_RPATH= -Wl,+b,$(1)
|
||||
LIB_LINK_SONAME= -Wl,+h,$(1)
|
||||
LIB_LINK_MAPFILE= -Wl,-c
|
||||
LIB_LINK_MAPFILE= -Wl,-c,
|
||||
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
|
||||
|
||||
EMBED_UTIL_TARGETS=gstat gds_relay gsec nbackup fbguard fb_lock_print fbsvcmgr
|
||||
CLIENT_UTIL_TARGETS=gds_relay gstat gsec nbackup fbguard fbmgr_bin fb_lock_print fbsvcmgr
|
||||
|
@ -27,10 +27,11 @@ OS_ServerFiles=inet_server.cpp
|
||||
LIB_LINK_OPTIONS= -fPIC -shared
|
||||
LIB_LINK_RPATH= -Wl,+b,$(1)
|
||||
LIB_LINK_SONAME= -Wl,+h,$(1)
|
||||
LIB_LINK_MAPFILE= -Wl,-c
|
||||
LIB_LINK_MAPFILE= -Wl,-c,
|
||||
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
|
||||
|
||||
EMBED_UTIL_TARGETS=gstat gds_relay gsec nbackup fbguard fb_lock_print fbsvcmgr
|
||||
CLIENT_UTIL_TARGETS=gds_relay gstat gsec nbackup fbguard fbmgr_bin fb_lock_print fbsvcmgr
|
||||
|
Loading…
Reference in New Issue
Block a user