unixware having FULL pathnames in DT_SONAME

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: pgsql-patches(at)postgresql(dot)org
Subject: unixware having FULL pathnames in DT_SONAME
Date: 2003-08-30 20:17:14
Message-ID: 119450000.1062274634@lerlaptop.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Here is a patch to make PostgreSQL use a full path in DT_SONAME for
UnixWare.

Please apply.

Index: src/Makefile.shlib
===================================================================
RCS file: /projects/cvsroot/pgsql-server/src/Makefile.shlib,v
retrieving revision 1.67
diff -u -r1.67 Makefile.shlib
--- src/Makefile.shlib 21 Mar 2003 17:18:34 -0000 1.67
+++ src/Makefile.shlib 30 Aug 2003 20:11:21 -0000
@@ -191,7 +191,7 @@
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)

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

Attachment Content-Type Size
unixware.shlib.patch application/octet-stream 526 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Larry Rosenman 2003-08-30 23:37:24 UnixWare patches placed on my www site
Previous Message Guillaume LELARGE 2003-08-30 16:43:07 Re: NLS: French .po files updated