summaryrefslogtreecommitdiff
path: root/src/template/linux
diff options
context:
space:
mode:
authorBruce Momjian2004-12-02 18:11:40 +0000
committerBruce Momjian2004-12-02 18:11:40 +0000
commitf7bae20d675786790725f77ddc3486f7c5a047ea (patch)
tree27d82d45da2f03e54875cf97e48a7a63783d4895 /src/template/linux
parent22c21bab92eca92ecffef5fac982a614b50f9dd2 (diff)
Don't bother adding to cflags/cppflags, just set them because configure
handles that, and make solaris debug use no optimization.
Diffstat (limited to 'src/template/linux')
-rw-r--r--src/template/linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/linux b/src/template/linux
index ecb7ba4bab..dfb391ea54 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="$CPPFLAGS -D_GNU_SOURCE"
+CPPFLAGS="-D_GNU_SOURCE"