Re: unixware having FULL pathnames in DT_SONAME

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: unixware having FULL pathnames in DT_SONAME
Date: 2003-09-10 04:04:24
Message-ID: 200309100404.h8A44Od12279@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied. Affects only Unixware. Thanks.

---------------------------------------------------------------------------

Larry Rosenman wrote:
> 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, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-09-10 04:14:08 Re: [HACKERS] New array functions
Previous Message Bruce Momjian 2003-09-10 02:32:20 Re: 7.4beta2 initdb Fix