mirror of
https://github.com/postgres/postgres.git
synced 2026-05-20 07:33:33 -04:00
9cf2706742
works, but some platform templates overwrote it without asking.
5 lines
183 B
Plaintext
5 lines
183 B
Plaintext
# $PostgreSQL: pgsql/src/template/linux,v 1.29 2006/12/12 19:43:19 petere Exp $
|
|
|
|
# Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise
|
|
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
|