From 3aa9776d95ca8d96798545f9eaa496303a88b51a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 27 Nov 2004 05:03:26 +0000 Subject: Add to CPPFLAGS/CFLAGS in template files, don't over-ride them. --- src/template/linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/template/linux') diff --git a/src/template/linux b/src/template/linux index dfb391ea542..ecb7ba4baba 100644 --- a/src/template/linux +++ b/src/template/linux @@ -1,2 +1,2 @@ # Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise -CPPFLAGS="-D_GNU_SOURCE" +CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" -- cgit v1.2.3