Re: pgcrypto 3des failure, OpenSSL 0.9.8, Solaris 9/sparc

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Marko Kreen <marko@l-t.ee>
Cc: Michael Fuhr <mike@fuhr.org>, pgsql-hackers@postgresql.org
Date: 2005-07-05T20:16:04Z
Lists: pgsql-hackers
Marko Kreen <marko@l-t.ee> writes:
> On Tue, Jul 05, 2005 at 03:58:43PM -0400, Tom Lane wrote:
>> You mean Makefile.global.in, no?  That seems fine to me.

> No, thats the point - the PGXS include also includes
> Makefile.global, and including it twice does not work.

So?  pgxs.mk includes Makefile.global before doing anything interesting.
Seems to me you could do what you need to given make's rules about
delayed evaluation of variables.

			regards, tom lane