Add -pipe compile for Linux.
authorBruce Momjian
Thu, 9 Oct 2003 14:47:59 +0000 (14:47 +0000)
committerBruce Momjian
Thu, 9 Oct 2003 14:47:59 +0000 (14:47 +0000)
src/template/linux

index 529da9c1694e84d9ea05d73ab64e9dc61bd0cd8a..0a7f313a8322daf068dd9c02da5ad969fc5cf407 100644 (file)
@@ -1,3 +1,5 @@
+CFLAGS="$CFLAGS -pipe"
+
 # Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise
 CPPFLAGS="-D_GNU_SOURCE"