Re: [HACKERS] PostgreSQL supported platform report and a - Mailing list pgsql-ports

From Billy G. Allie
Subject Re: [HACKERS] PostgreSQL supported platform report and a
Date
Msg-id 200211081823.gA8INlx22687@bajor.mug.org
Whole thread Raw
Responses Re: [HACKERS] PostgreSQL supported platform report and a  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: [HACKERS] PostgreSQL supported platform report and a  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-ports
Bruce Momjian wrote:
>
> This has been saved for the 7.4 release:
>
>     http:/momjian.postgresql.org/cgi-bin/pgpatches2
>
> I will not apply the _inline_ part.

Bruce,

I am attaching a patch file that will replace the previous one.  It only
contains the patches to Makefile.global.in and Makefile.unixware.  The
Makefile.unixware patch has been updated to include the contents of
LD_LIBRARY_PATH, if present, to the -rpath (-R) option.  This change will
simplify configuring and building PostgreSQL on systems that support
LD_LIBRARY_PATH.  You can set LD_LIBRARY_PATH to include all the directorys
you want to have searched for additional libraries, run configure, then run
make.  The paths in LD_LIBRARY_PATH will then be embedded in the executables
via the -rpath (-R) option to the linker, and so will not require
LD_LIBRARY_PATH in order to run.

--
____       | Billy G. Allie    | Domain....: Bill.Allie@mug.org
|  /|      | 7436 Hartwell     | MSN.......: B_G_Allie@email.msn.com
|-/-|----- | Dearborn, MI 48126|
|/  |LLIE  | (313) 582-1540    |



Attachment

pgsql-ports by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] PostgreSQL supported platform report and a
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] PostgreSQL supported platform report and a