Re: quickie patch to UnixWare Template

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: pgsql-hackers(at)hub(dot)org
Subject: Re: quickie patch to UnixWare Template
Date: 2000-10-21 15:41:49
Message-ID: 200010211541.LAA20282@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Applied. Thanks.

> Per my ongoing discussion with PeterE, here is the patch I applied to
> src/template/unixware:
>
> cvs diff: Diffing .
> Index: unixware
> ===================================================================
> RCS file: /cvsroot/pgsql-snap/src/template/unixware,v
> retrieving revision 1.1.1.1
> diff -c -r1.1.1.1 unixware
> *** unixware 2000/10/21 13:35:54 1.1.1.1
> --- unixware 2000/10/21 13:49:45
> ***************
> *** 1,6 ****
> AROPT=crs
> ! CFLAGS='-O -K i486,host,inline,loop_unroll,alloca -Dsvr4'
> SHARED_LIB='-K PIC'
> SRCH_INC='/opt/include'
> SRCH_LIB='/opt/lib'
> DLSUFFIX=.so
> --- 1,8 ----
> AROPT=crs
> ! 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
>
> --
> Larry Rosenman http://www.lerctr.org/~ler
> Phone: +1 972-414-9812 (voice) Internet: ler(at)lerctr(dot)org
> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Larry Rosenman 2000-10-21 15:42:09 UnixWare
Previous Message Larry Rosenman 2000-10-21 15:11:40 Style question