aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-09-10 03:56:33 +0000
committerBruce Momjian <bruce@momjian.us>2003-09-10 03:56:33 +0000
commit0f310ee703108c69b4cbd7e7267535c4e4441c50 (patch)
treeff9f3e8e93cdb4aba20aa9cefa7815af3ac1b7c2 /src
parenta9953097f4240527dbe0315a0c5c31e9b17d366e (diff)
downloadpostgresql-0f310ee703108c69b4cbd7e7267535c4e4441c50.tar.gz
postgresql-0f310ee703108c69b4cbd7e7267535c4e4441c50.zip
Here is a patch to make PostgreSQL use a full path in DT_SONAME for
UnixWare. Larry Rosenman
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.shlib4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.shlib b/src/Makefile.shlib
index 2b07f2abaac..e62113399f2 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.67 2003/03/21 17:18:34 petere Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.68 2003/09/10 03:56:33 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -191,7 +191,7 @@ ifeq ($(PORTNAME), unixware)
else
LINK.shared = $(CC) -G
endif
- LINK.shared += -Wl,-z,text -Wl,-h,$(soname)
+ LINK.shared += -Wl,-z,text -Wl,-h,$(libdir)/$(soname)
endif
ifeq ($(PORTNAME), cygwin)