mirror of
https://github.com/postgres/postgres.git
synced 2025-11-01 21:31:19 +03:00
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"
|