aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-09-27 20:54:56 +0000
committerBruce Momjian <bruce@momjian.us>1999-09-27 20:54:56 +0000
commit283da86febb63a98eddff9ff717e0a4405d0bedb (patch)
treecf6a285a8f4fa3e0f66bc149274c424db5637644
parentd62a7ac6d39702f6df4d119d0d2e3ba7b382e203 (diff)
downloadpostgresql-283da86febb63a98eddff9ff717e0a4405d0bedb.tar.gz
postgresql-283da86febb63a98eddff9ff717e0a4405d0bedb.zip
Irix fix from Mark Dalphin
-rw-r--r--src/Makefile.shlib4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.shlib b/src/Makefile.shlib
index f9530456313..6d2a5a914e7 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.14 1999/07/16 22:56:01 tgl Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.15 1999/09/27 20:54:56 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -120,7 +120,7 @@ endif
ifeq ($(PORTNAME), irix5)
install-shlib-dep := install-shlib
shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
- LDFLAGS_SL := -shared
+ LDFLAGS_SL := -shared -rpath $(LIBDIR)
CFLAGS += $(CFLAGS_SL)
endif