This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
postgresql
Watch
1
Star
0
Fork
You've already forked postgresql
0
mirror of
https://github.com/postgres/postgres.git
synced
2026-04-15 22:10:45 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
7bec90969f
postgresql
/
src
/
template
/
linux
3 lines
92 B
Text
Raw
Normal View
History
Unescape
Escape
Move -D_GNU_SOURCE hack from port header to template, so that configure's tests see the same compilation environment as the code. Per discussion with Stephan Szabo.
2003-09-26 13:39:13 -04:00
# Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise
Don't bother adding to cflags/cppflags, just set them because configure handles that, and make solaris debug use no optimization.
2004-12-02 13:11:40 -05:00
CPPFLAGS="-D_GNU_SOURCE"
Reference in a new issue
Copy permalink