From 33581195d5a06657b5a59763356bc3fe7d34a710 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 21 Oct 2000 15:50:32 +0000 Subject: [PATCH] Per my ongoing discussion with PeterE, here is the patch I applied to src/template/unixware: Larry Rosenman --- doc/src/sgml/installation.sgml | 4 ++-- src/template/unixware | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 43ea1f6880f..35457d020ac 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ - + <![%flattext-install-include[<productname>PostgreSQL</> ]]>Installation Instructions @@ -98,7 +98,7 @@ su - postgres To build on Windows NT or Windows 2000 you need the Cygwin and cygipc packages. See the file - doc/INSTALL_WIN for details. + doc/FAQ_MSWIN for details. diff --git a/src/template/unixware b/src/template/unixware index bf9c4b5d74a..04b5eaffc1b 100644 --- a/src/template/unixware +++ b/src/template/unixware @@ -1,6 +1,8 @@ AROPT=crs -CFLAGS='-O -K i486,host,inline,loop_unroll,alloca -Dsvr4' +CFLAGS='-O -K host,inline,loop_unroll,alloca -Dsvr4' SHARED_LIB='-K PIC' SRCH_INC='/opt/include' SRCH_LIB='/opt/lib' DLSUFFIX=.so +CC=cc +CXX=CC -- 2.39.5