The following bug has been logged online:

Bug reference:      2072
Logged by:          Keith Randall
Email address:      [EMAIL PROTECTED]
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

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to