aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-10-09 16:52:45 +0000
committerBruce Momjian <bruce@momjian.us>2003-10-09 16:52:45 +0000
commitb1d955ea7bf629ac2fd935e9506a1a506056e305 (patch)
tree80b237c03022e1d37159ce6c323dadc9be473af4
parent85bd172c45630d3cd971e99f3754242001f23032 (diff)
downloadpostgresql-b1d955ea7bf629ac2fd935e9506a1a506056e305.tar.gz
postgresql-b1d955ea7bf629ac2fd935e9506a1a506056e305.zip
Remove -pipe on Linux, per reports from Peter.
-rw-r--r--src/template/linux2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/template/linux b/src/template/linux
index 0a7f313a832..529da9c1694 100644
--- a/src/template/linux
+++ b/src/template/linux
@@ -1,5 +1,3 @@
-CFLAGS="$CFLAGS -pipe"
-
# Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise
CPPFLAGS="-D_GNU_SOURCE"