Skip to content

Commit 283da86

Browse files
committed
Irix fix from Mark Dalphin
1 parent d62a7ac commit 283da86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile.shlib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Copyright (c) 1998, Regents of the University of California
77
#
88
# IDENTIFICATION
9-
# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.14 1999/07/16 22:56:01 tgl Exp $
9+
# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.15 1999/09/27 20:54:56 momjian Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -120,7 +120,7 @@ endif
120120
ifeq ($(PORTNAME), irix5)
121121
install-shlib-dep := install-shlib
122122
shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
123-
LDFLAGS_SL := -shared
123+
LDFLAGS_SL := -shared -rpath $(LIBDIR)
124124
CFLAGS += $(CFLAGS_SL)
125125
endif
126126

0 commit comments

Comments
 (0)