Re: UnixWare on Current CVS: Success!

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: UnixWare on Current CVS: Success!
Дата
Msg-id 200308242321.h7ONLvs13589@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: UnixWare on Current CVS: Success!  (Larry Rosenman <ler@lerctr.org>)
Список 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 по дате отправления:

Предыдущее
От: "Andrew Dunstan"
Дата:
Сообщение: Re: Single-file DBs WAS: Need concrete 'Why Postgres
Следующее
От: Bruce Momjian
Дата:
Сообщение: I am back