mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Per my ongoing discussion with PeterE, here is the patch I applied to
src/template/unixware: Larry Rosenman
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.26 2000/10/21 01:08:34 petere Exp $ -->
|
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.27 2000/10/21 15:50:32 momjian Exp $ -->
|
||||||
|
|
||||||
<chapter id="installation">
|
<chapter id="installation">
|
||||||
<title><![%flattext-install-include[<productname>PostgreSQL</> ]]>Installation Instructions</title>
|
<title><![%flattext-install-include[<productname>PostgreSQL</> ]]>Installation Instructions</title>
|
||||||
@ -98,7 +98,7 @@ su - postgres
|
|||||||
To build on <productname>Windows NT</> or <productname>Windows
|
To build on <productname>Windows NT</> or <productname>Windows
|
||||||
2000</> you need the <productname>Cygwin</> and
|
2000</> you need the <productname>Cygwin</> and
|
||||||
<productname>cygipc</> packages. See the file
|
<productname>cygipc</> packages. See the file
|
||||||
<filename>doc/INSTALL_WIN</> for details.
|
<filename>doc/FAQ_MSWIN</> for details.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
AROPT=crs
|
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'
|
SHARED_LIB='-K PIC'
|
||||||
SRCH_INC='/opt/include'
|
SRCH_INC='/opt/include'
|
||||||
SRCH_LIB='/opt/lib'
|
SRCH_LIB='/opt/lib'
|
||||||
DLSUFFIX=.so
|
DLSUFFIX=.so
|
||||||
|
CC=cc
|
||||||
|
CXX=CC
|
||||||
|
Reference in New Issue
Block a user