Index: src/template/unixware =================================================================== RCS file: /cvsroot/pgsql-server/src/template/unixware,v retrieving revision 1.11 diff -c -c -r1.11 unixware *** src/template/unixware 4 Sep 2002 22:54:18 -0000 1.11 --- src/template/unixware 13 Aug 2003 23:58:32 -0000 *************** *** 1,5 **** if test "$GCC" = yes; then CFLAGS=-O2 else ! CFLAGS='-O -K inline' fi --- 1,8 ---- if test "$GCC" = yes; then CFLAGS=-O2 else ! # the -Kno_host is temporary for a bug in the compiler. See -hackers ! # discussion on 7-8/Aug/2003. ! # when the 7.1.3UP3 or later compiler is out, we can do a version check. ! CFLAGS='-O -Kinline,no_host' fi