Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9c2c9fc

Browse files
committed
Turns out the HPUX linker likes -Bsymbolic too. Without this, ODBC
driver does not work because its internal cross-references get boundto similarly named functions in unixODBC shared library.
1 parent5ab642f commit9c2c9fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/Makefile.shlib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Copyright (c) 1998, Regents of the University of California
77
#
88
# IDENTIFICATION
9-
# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.46 2001/02/27 08:13:29 ishii Exp $
9+
# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.47 2001/03/10 23:15:20 tgl Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -160,7 +160,7 @@ endif
160160
ifeq ($(PORTNAME), hpux)
161161
# HPUX doesn't believe in version numbers for shlibs
162162
shlib:= lib$(NAME)$(DLSUFFIX)
163-
LINK.shared= $(LD) -b +b $(libdir)
163+
LINK.shared= $(LD) -b +b $(libdir) -Bsymbolic
164164
endif
165165

166166
ifeq ($(PORTNAME), irix5)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp