From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Keith Randall" <randallk(at)gmail(dot)com> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #2072: CPPFLAGS clobbered |
Date: | 2005-11-26 16:39:31 |
Message-ID: | 3768.1133023171@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
"Keith Randall" <randallk(at)gmail(dot)com> writes:
> In src/template/linux the
> CPPFLAGS="-D_GNU_SOURCE"
> overrides command-line CPPFLAGS
> I change it to
> CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
> and am back in business.
That's pretty much entirely the wrong way to fix it; or at least it's
inconsistent with the way we handle CFLAGS etc, and doing it this way
would require touching every template not only linux.
I'm thinking that configure.in should handle template CPPFLAGS settings
the same way it handles CFLAGS, ie, command line settings override the
template. Probably LDFLAGS too.
BTW, why do you feel a need to override CPPFLAGS in the first place?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2005-11-27 03:14:50 | Re: Patch to allow contrib/pgbench files to have blank lines |
Previous Message | Tom Lane | 2005-11-26 16:21:11 | Re: BUG #2071: ERROR: invalid multibyte character for locale |