summaryrefslogtreecommitdiff
path: root/src/template/hpux
diff options
context:
space:
mode:
authorBruce Momjian2004-11-27 05:03:26 +0000
committerBruce Momjian2004-11-27 05:03:26 +0000
commit3aa9776d95ca8d96798545f9eaa496303a88b51a (patch)
tree2df7b52d31f0351947bb6ab4438e8b85e71a5e91 /src/template/hpux
parentb82323e05e57d7c4fb7a8eab9f27eb059d28309a (diff)
Add to CPPFLAGS/CFLAGS in template files, don't over-ride them.
Diffstat (limited to 'src/template/hpux')
-rw-r--r--src/template/hpux4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/template/hpux b/src/template/hpux
index 775c55a9353..f8b6197f80c 100644
--- a/src/template/hpux
+++ b/src/template/hpux
@@ -1,8 +1,8 @@
-CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED"
+CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED"
if test "$GCC" != yes ; then
CC="$CC -Ae"
- CFLAGS="+O2"
+ CFLAGS="$CFLAGS +O2"
fi
# Pick right test-and-set (TAS) code. We need out-of-line assembler