repo.or.cz
/
PostgreSQL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix pg_dump bug in the database-level collation patch. "datcollate" and
[PostgreSQL.git]
/
src
/
template
/
linux
blob
bbb04583837bf882ff2c3cf3566dcd973886b9af
1
# $PostgreSQL$
2
3
# Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise
4
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
5
6
# If --enable-profiling is specified, we need -DLINUX_PROFILE
7
PLATFORM_PROFILE_FLAGS="-DLINUX_PROFILE"