mirror of
https://github.com/postgres/postgres.git
synced 2026-02-17 17:55:04 -05:00
4 lines
183 B
Text
4 lines
183 B
Text
# $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"
|