From 507b758ad99c0e3a973097299b6b36688e7fec8e Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 29 Jul 2005 17:00:29 +0000 Subject: [PATCH] It appears we need -DSUNOS4_CC for both solaris and sunos4 templates. Per report from Andrew Clark. --- src/template/solaris | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab