2007-09-20 15:26:17 +00:00
|
|
|
Index: postgresql-8.2.5/src/template/linux
|
|
|
|
===================================================================
|
|
|
|
--- postgresql-8.2.5.orig/src/template/linux 2007-09-20 10:18:17.000000000 -0500
|
|
|
|
+++ postgresql-8.2.5/src/template/linux 2007-09-20 10:18:17.000000000 -0500
|
2007-04-09 23:25:36 +00:00
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
# $PostgreSQL: pgsql/src/template/linux,v 1.28 2006/03/11 04:38:41 momjian Exp $
|
|
|
|
|
2006-07-18 15:27:51 +00:00
|
|
|
# Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise
|
|
|
|
-CPPFLAGS="-D_GNU_SOURCE"
|
|
|
|
+CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
|