Re: quickie patch to UnixWare Template

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

That may be premature, it still doesn't build, but it's probably the
right answer when we fix the rest of it.

LER

* Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> [001021 10:42]:
> 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
--
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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-10-21 15:55:35 Re: Patch to support transactions with BLOBs for current CVS
Previous Message Larry Rosenman 2000-10-21 15:42:09 UnixWare