From: | Marko Kreen <marko(at)l-t(dot)ee> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Michael Fuhr <mike(at)fuhr(dot)org>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: pgcrypto 3des failure, OpenSSL 0.9.8, Solaris 9/sparc |
Date: | 2005-07-05 20:27:19 |
Message-ID: | 20050705202719.GA31855@l-t.ee |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Tue, Jul 05, 2005 at 04:16:04PM -0400, Tom Lane wrote:
> Marko Kreen <marko(at)l-t(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Jochem van Dieten | 2005-07-05 20:42:41 | Re: Constraint Exclusion (Partitioning) |
Previous Message | Tom Lane | 2005-07-05 20:16:04 | Re: pgcrypto 3des failure, OpenSSL 0.9.8, Solaris 9/sparc |