Skip to content

Commit 43057c7

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 parent 266eb6a commit 43057c7

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy