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

Commitc6c1fea

Browse files
committed
Move -Bsymbolic for HPUX to Makefile.hpux, per Peter E's recommendation.
1 parent3534e3b commitc6c1fea

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-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.47 2001/03/10 23:15:20 tgl Exp $
9+
# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.48 2001/03/14 19:35:11 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) -Bsymbolic
163+
LINK.shared= $(LD) -b +b $(libdir)
164164
endif
165165

166166
ifeq ($(PORTNAME), irix5)

‎src/makefiles/Makefile.hpux

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ LDFLAGS += -Wl,+b -Wl,$(libdir)
2828
# catch null pointer dereferences
2929
LDFLAGS += -Wl,-z
3030

31+
# set up appropriate options for shared library builds
3132
export_dynamic = -Wl,-E
33+
shlib_symbolic = -Bsymbolic
3234

3335
INSTALL_SHLIB_OPTS = -m 555
3436

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp