From 85bd172c45630d3cd971e99f3754242001f23032 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 9 Oct 2003 14:47:59 +0000 Subject: [PATCH] Add -pipe compile for Linux. --- src/template/linux | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/template/linux b/src/template/linux index 529da9c169..0a7f313a83 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"