aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-07-08 00:15:03 +0000
committerBruce Momjian <bruce@momjian.us>1999-07-08 00:15:03 +0000
commita6c688d9cd56ed4f8e777288b9a16de88663d0ea (patch)
tree043367e24fceadf02de9e388ca5f3d767c3607bd /src
parent104d6c816e14847dd06652123dfb5fd838ba19b3 (diff)
downloadpostgresql-a6c688d9cd56ed4f8e777288b9a16de88663d0ea.tar.gz
postgresql-a6c688d9cd56ed4f8e777288b9a16de88663d0ea.zip
Irix update from Mark Dalphin
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.shlib9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/Makefile.shlib b/src/Makefile.shlib
index 75589512e79..34663d615b8 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.11 1999/06/30 23:54:18 tgl Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.12 1999/07/08 00:15:03 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -56,6 +56,13 @@ install-shlib-dep :=
# Makefile.global (or really Makefile.port) to supply DLSUFFIX and other
# symbols.
+ifeq ($(PORTNAME), irix5)
+ install-shlib-dep := install-shlib
+ shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO__MINOR_VERSION)
+ LDFLAGS_SL := -shared
+ CFLAGS += $(CFLAGS_SL)
+endif
+
ifeq ($(PORTNAME), freebsd)
ifdef BSD_SHLIB
install-shlib-dep := install-shlib