Re: Re: Patches to fix compilations on NetBSD

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: Patches to fix compilations on NetBSD
Дата
Msg-id 29229.958025070@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Patches to fix compilations on NetBSD  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Can someone comment on this patch?  It appears it should be applied.

At least some of it is likely to break changes that I made to ensure
that pltcl and plperl would build correctly when Tcl and Perl have
been compiled with a different compiler than was selected for the
Postgres build.  It is *not* appropriate to import Postgres compiler
switches into these subsystems that may be getting built with a
different compiler.  (-I is pretty universal, so it's safe, but
the outer CPPFLAGS might contain stuff that's not safe at all.)

>> 3) I couldn't find anything in the tree which still needs
>> ncurses/curses.  I removed the check for those libraries from
>> configure.in.  If I'm wrong please let me know.

Hmm, might be OK or not.  There used to be curses-dependent code
in libpq's "fe-print" module, no?  Is that gone?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Patches list broken?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Re: kerberos 5 patch against 7.0RC5