Re: pgcrypto 3des failure, OpenSSL 0.9.8, Solaris 9/sparc
Marko Kreen <marko@l-t.ee>
From: Marko Kreen <marko@l-t.ee>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Michael Fuhr <mike@fuhr.org>, pgsql-hackers@postgresql.org
Date: 2005-07-05T20:27:19Z
Lists: pgsql-hackers
On Tue, Jul 05, 2005 at 04:16:04PM -0400, Tom Lane wrote: > 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. How? Current config is done using make ifdef/ifeq which are executed immidately. I don't know make that well, maybe there is a way to put if's inside variables, but that would get rather messy, no? -- marko