]> granicus.if.org Git - postgresql/commitdiff
Irix fix from Mark Dalphin
authorBruce Momjian <bruce@momjian.us>
Mon, 27 Sep 1999 20:54:56 +0000 (20:54 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 27 Sep 1999 20:54:56 +0000 (20:54 +0000)
src/Makefile.shlib

index f953045631330a9a6c77e3b147baec51e4ac9b96..6d2a5a914e7742391c8063c120eb940e66f4e1cc 100644 (file)
@@ -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