Re: Makefile patch to make gcov work on Postgres contrib modules

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Makefile patch to make gcov work on Postgres contrib modules
Дата
Msg-id 200704120655.33942.peter_e@gmx.net
обсуждение исходный текст
Ответ на Makefile patch to make gcov work on Postgres contrib modules  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
Gregory Stark wrote:
> Actually better than adding -lcov, I think this rule really ought to
> have CFLAGS in it in case there are other CFLAGS that are necessary
> at link time.

But why would -lcov appear in CFLAGS?  If it's a library it should be in 
LIBS and perhaps in SHLIB_LINK.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: [mux@FreeBSD.org: Re: Anyone interested in improving postgresql scaling?]
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Makefile patch to make gcov work on Postgres contrib modules