Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab642f commit 9c2c9fcCopy full SHA for 9c2c9fc
src/Makefile.shlib
@@ -6,7 +6,7 @@
6
# Copyright (c) 1998, Regents of the University of California
7
#
8
# IDENTIFICATION
9
-# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.46 2001/02/27 08:13:29 ishii Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.47 2001/03/10 23:15:20 tgl Exp $
10
11
#-------------------------------------------------------------------------
12
@@ -160,7 +160,7 @@ endif
160
ifeq ($(PORTNAME), hpux)
161
# HPUX doesn't believe in version numbers for shlibs
162
shlib := lib$(NAME)$(DLSUFFIX)
163
- LINK.shared = $(LD) -b +b $(libdir)
+ LINK.shared = $(LD) -b +b $(libdir) -Bsymbolic
164
endif
165
166
ifeq ($(PORTNAME), irix5)
0 commit comments