1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Add to CPPFLAGS/CFLAGS in template files, don't over-ride them.

This commit is contained in:
Bruce Momjian
2004-11-27 05:03:26 +00:00
parent b82323e05e
commit 3aa9776d95
8 changed files with 11 additions and 11 deletions

View File

@ -1,2 +1,2 @@
# Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise
CPPFLAGS="-D_GNU_SOURCE"
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"