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

Commit43057c7

Browse files
committed
Cause symlinks for shared-library versioning to run in the standard
direction on HP-UX; our former approach has been obsolete since HPUX 9.Giles Lean
1 parent266eb6a commit43057c7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

‎src/Makefile.shlib

Lines changed: 3 additions & 4 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.65 2002/10/09 16:21:54 momjian Exp $
9+
# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.66 2003/01/11 17:22:19 tgl Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -126,9 +126,8 @@ ifeq ($(PORTNAME), netbsd)
126126
endif
127127

128128
ifeq ($(PORTNAME), hpux)
129-
# HPUX doesn't believe in version numbers for shlibs
130-
shlib:= lib$(NAME)$(DLSUFFIX)
131-
LINK.shared= $(LD) -b +b $(libdir)
129+
shlib:= lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION)
130+
LINK.shared= $(LD) +h $(soname) -b +b $(libdir)
132131
endif
133132

134133
ifeq ($(PORTNAME), irix5)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp