summaryrefslogtreecommitdiff
path: root/src/template
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-07-29 17:00:29 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-07-29 17:00:29 +0000
commit507b758ad99c0e3a973097299b6b36688e7fec8e (patch)
treebc71e91f93e2c836203f69e4d3a55429c5da8788 /src/template
parentf387e0615c1ffa52279ee7a983054e371c44f134 (diff)
downloadpostgresql-507b758ad99c0e3a973097299b6b36688e7fec8e.tar.gz
It appears we need -DSUNOS4_CC for both solaris and sunos4 templates.
Per report from Andrew Clark.
Diffstat (limited to 'src/template')
-rw-r--r--src/template/solaris2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/solaris b/src/template/solaris
index e6ee10f560..785fc3ea13 100644
--- a/src/template/solaris
+++ b/src/template/solaris
@@ -1,6 +1,6 @@
if test "$GCC" != yes ; then
CC="$CC -Xa" # relaxed ISO C mode
- CFLAGS="-v" # -v is like gcc -Wall
+ CFLAGS="-v -DSUNOS4_CC" # -v is like gcc -Wall
if test "$enable_debug" != yes; then
CFLAGS="$CFLAGS -O" # any optimization breaks debug
fi