BUG #2072: CPPFLAGS clobbered

From: "Keith Randall" <randallk(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2072: CPPFLAGS clobbered
Date: 2005-11-25 16:13:55
Message-ID: 20051125161355.6B992F0B5E@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2072
Logged by: Keith Randall
Email address: randallk(at)gmail(dot)com
PostgreSQL version: 8.1.0
Operating system: Linux
Description: CPPFLAGS clobbered
Details:

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.

Keith

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2005-11-25 17:20:23 Re: BUG #2052: Federal Agency Tech Hub Refuses to Accept
Previous Message Jaime Casanova 2005-11-25 15:58:55 Re: BUG #2069: Cursors are not close outside of a function