aboutsummaryrefslogtreecommitdiff
path: root/src/template/osf
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-11-27 05:03:26 +0000
committerBruce Momjian <bruce@momjian.us>2004-11-27 05:03:26 +0000
commit3aa9776d95ca8d96798545f9eaa496303a88b51a (patch)
tree2df7b52d31f0351947bb6ab4438e8b85e71a5e91 /src/template/osf
parentb82323e05e57d7c4fb7a8eab9f27eb059d28309a (diff)
downloadpostgresql-3aa9776d95ca8d96798545f9eaa496303a88b51a.tar.gz
postgresql-3aa9776d95ca8d96798545f9eaa496303a88b51a.zip
Add to CPPFLAGS/CFLAGS in template files, don't over-ride them.
Diffstat (limited to 'src/template/osf')
-rw-r--r--src/template/osf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/osf b/src/template/osf
index e845cfecea8..fbe4ab03ebe 100644
--- a/src/template/osf
+++ b/src/template/osf
@@ -1,4 +1,4 @@
if test "$GCC" != yes ; then
CC="$CC -std"
- CFLAGS="-O -ieee"
+ CFLAGS="$CFLAGS -O -ieee"
fi