diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-10-09 14:47:59 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-10-09 14:47:59 +0000 |
commit | 85bd172c45630d3cd971e99f3754242001f23032 (patch) | |
tree | 13790ad157b78229f5a33eef2dc1ea3071573a7e /src | |
parent | 7185455c088bcb407a0b997f95863b4c29f203ac (diff) | |
download | postgresql-85bd172c45630d3cd971e99f3754242001f23032.tar.gz postgresql-85bd172c45630d3cd971e99f3754242001f23032.zip |
Add -pipe compile for Linux.
Diffstat (limited to 'src')
-rw-r--r-- | src/template/linux | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/template/linux b/src/template/linux index 529da9c1694..0a7f313a832 100644 --- a/src/template/linux +++ b/src/template/linux @@ -1,3 +1,5 @@ +CFLAGS="$CFLAGS -pipe" + # Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise CPPFLAGS="-D_GNU_SOURCE" |