Re: [HACKERS] threads stuff/UnixWare

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] threads stuff/UnixWare
Дата
Msg-id 13108.1084491960@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] threads stuff/UnixWare  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: [HACKERS] threads stuff/UnixWare  (Larry Rosenman <ler@lerctr.org>)
Re: [HACKERS] threads stuff/UnixWare  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> *** src/Makefile.global.in    11 May 2004 21:57:14 -0000    1.182
> --- src/Makefile.global.in    13 May 2004 23:03:12 -0000
> ***************
> *** 177,182 ****
> --- 177,188 ----
>     CFLAGS += -Wall -Wmissing-prototypes -Wmissing-declarations
>   endif

> + # Unixware needs threads for everything that uses libpq
> + ifeq ($(PORTNAME),unixware)
> +   CFLAGS += "$PTHREAD_CFLAGS"
> + endif
> +
> +
>   # Kind-of compilers

>   YACC = @YACC@


Yech.  Isn't this what the Makefile.port files are for?  Makefile.global
should never contain any "#ifdef port" junk.


            regards, tom lane

В списке pgsql-patches по дате отправления:

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: Re: [HACKERS] threads stuff/UnixWare
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] threads stuff/UnixWare