We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62a7ac commit 283da86Copy full SHA for 283da86
src/Makefile.shlib
@@ -6,7 +6,7 @@
6
# Copyright (c) 1998, Regents of the University of California
7
#
8
# IDENTIFICATION
9
-# $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 $
10
11
#-------------------------------------------------------------------------
12
@@ -120,7 +120,7 @@ endif
120
ifeq ($(PORTNAME), irix5)
121
install-shlib-dep := install-shlib
122
shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
123
- LDFLAGS_SL := -shared
+ LDFLAGS_SL := -shared -rpath $(LIBDIR)
124
CFLAGS += $(CFLAGS_SL)
125
endif
126
0 commit comments