Re: pgsql-server/src Makefile.global.in makefiles/ ...

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian - CVS <momjian(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/src Makefile.global.in makefiles/ ...
Date: 2002-11-10 12:42:37
Message-ID: Pine.LNX.4.44.0211100916510.12428-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-patches

I still object to this patch, because it introduces platform-specific
behavior that is inconsistent with all other platforms.

Bruce Momjian - CVS writes:

> CVSROOT: /cvsroot
> Module name: pgsql-server
> Changes by: momjian(at)postgresql(dot)org 02/11/09 19:37:28
>
> Modified files:
> src : Makefile.global.in
> src/makefiles : Makefile.unixware
>
> Log message:
> 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
>
>

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2002-11-10 12:42:53 pgsql-server/doc/src/sgml Tag: REL7_3_STABLE i ...
Previous Message Bruce Momjian - CVS 2002-11-10 07:25:15 pgsql-server/ ontrib/dblink/dblink.c ontrib/in ...

Browse pgsql-patches by date

  From Date Subject
Next Message Marko Kreen 2002-11-10 13:04:00 pgcrypto/openssl fix
Previous Message Marko Kreen 2002-11-10 09:48:06 pgcrypto/openssl fix