summaryrefslogtreecommitdiff
path: root/src/Makefile.shlib
diff options
context:
space:
mode:
authorTatsuo Ishii2001-02-27 08:13:31 +0000
committerTatsuo Ishii2001-02-27 08:13:31 +0000
commitdf247b821d811abcfc0ac707e1a3af9dfce474c9 (patch)
treedbc50e5ce1f0f4ab332e3810bef8c56921308e92 /src/Makefile.shlib
parent919ace07d59f1a0fbb237b0ca348e4a7574b4042 (diff)
Massive commits for SunOS4 port.
Diffstat (limited to 'src/Makefile.shlib')
-rw-r--r--src/Makefile.shlib7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Makefile.shlib b/src/Makefile.shlib
index 461eb8d697c..156a8af0369 100644
--- 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.45 2001/02/20 19:20:28 petere Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.46 2001/02/27 08:13:29 ishii Exp $
#
#-------------------------------------------------------------------------
@@ -184,6 +184,11 @@ ifeq ($(PORTNAME), solaris)
SHLIB_LINK += -lm -lc
endif
+ifeq ($(PORTNAME), sunos4)
+ shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
+ LINK.shared = $(LD) -assert pure-text -Bdynamic
+endif
+
ifeq ($(PORTNAME), osf)
shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
LINK.shared = $(LD) -shared -expect_unresolved '*'