git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 266eb6a)
Cause symlinks for shared-library versioning to run in the standard
2003年1月11日 17:22:19 +0000 (17:22 +0000)
2003年1月11日 17:22:19 +0000 (17:22 +0000)
direction on HP-UX; our former approach has been obsolete since HPUX 9.

Giles Lean


diff --git a/src/Makefile.shlib b/src/Makefile.shlib
index eaf341855f732895eaa63f65c0168cc3c34a2c6e..5e1f0aa258443e8c63f06506976b7572000994e4 100644 (file)
--- a/src/Makefile.shlib
+++ b/src/Makefile.shlib
@@ -6,7 +6,7 @@
# Copyright (c) 1998, Regents of the University of California
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.65 2002年10月09日 16:21:54 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.66 2003年01月11日 17:22:19 tgl Exp $
#
#-------------------------------------------------------------------------
@@ -126,9 +126,8 @@ ifeq ($(PORTNAME), netbsd)
endif
ifeq ($(PORTNAME), hpux)
-# HPUX doesn't believe in version numbers for shlibs
- shlib := lib$(NAME)$(DLSUFFIX)
- LINK.shared = $(LD) -b +b $(libdir)
+ shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION)
+ LINK.shared = $(LD) +h $(soname) -b +b $(libdir)
endif
ifeq ($(PORTNAME), irix5)
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /