Re: UnixWare on Current CVS: Success!

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: ohp(at)pyrenet(dot)fr, pgsql-hackers(at)postgresql(dot)org
Subject: Re: UnixWare on Current CVS: Success!
Date: 2003-08-24 23:21:57
Message-ID: 200308242321.h7ONLvs13589@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Larry Rosenman wrote:
> On Aug 17 2003, ohp(at)pyrenet(dot)fr wrote:
>
> > Did something changed on today's cvs.
> >
> > src/template/unixware is wrong on last line: THREAD_CFLAGS += -D_REENTRANT
> > should be THREAD_CFLAGS="$THREAD_CFLAGS -D_REENTRANT"
> No it shouldn't....
>
> The original patch worked just fine...
>
> I'll look when I get back from Forum.

I changed the define to be:

THREAD_CFLAGS += "-D_REENTRANT"

Do the quotations help?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Larry Rosenman 2003-08-25 02:30:53 Re: UnixWare on Current CVS: Success!
Previous Message Bruce Momjian 2003-08-24 23:09:44 I am back