summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian1999-05-19 18:04:51 +0000
committerBruce Momjian1999-05-19 18:04:51 +0000
commit8223f70e527c5c4ee2f427c7b28556a5fdd831d4 (patch)
treedf70821fa1e7b373e6b9da967786ae2a76157ef6
parent6d08b6a7b864eefd8614d6e7d7f6865515955986 (diff)
Dec alpha patches.
-rw-r--r--src/Makefile.shlib8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/Makefile.shlib b/src/Makefile.shlib
index a569b73cc32..b5e0056d92b 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.9 1999/05/17 04:13:24 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.10 1999/05/19 18:04:51 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -132,6 +132,12 @@ ifeq ($(PORTNAME), solaris_sparc)
CFLAGS += $(CFLAGS_SL)
endif
+ifeq ($(PORTNAME), alpha)
+ install-shlib-dep := install-shlib
+ shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
+ LDFLAGS_SL += -shared -expect_unresolved '*'
+endif
+
ifeq ($(PORTNAME), svr4)
install-shlib-dep := install-shlib
shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)