Re: UnixWare on Current CVS: Success! - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: UnixWare on Current CVS: Success!
Date
Msg-id 200308242321.h7ONLvs13589@candle.pha.pa.us
Whole thread Raw
In response to Re: UnixWare on Current CVS: Success!  (Larry Rosenman <ler@lerctr.org>)
List pgsql-hackers
Larry Rosenman wrote:
> On Aug 17 2003, ohp@pyrenet.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@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: "Andrew Dunstan"
Date:
Subject: Re: Single-file DBs WAS: Need concrete 'Why Postgres
Next
From: Bruce Momjian
Date:
Subject: I am back