pgsql: Make hstore_plperl's build even more like plperl's

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Make hstore_plperl's build even more like plperl's
Дата
Msg-id E1YoN2r-0005w0-NY@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Make hstore_plperl's build even more like plperl's  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-committers
Make hstore_plperl's build even more like plperl's

Combine the two places that set CPPFLAGS into one.  Also, some settings
should be restricted to Windows only.  More precisely, -Wno-comment is
a GCC-only option, but Windows in a makefile implies GCC at the moment.

Also, since -Wno-comment is more properly a preprocessor option, move it
to CPPFLAGS to simplify things a bit.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0fd764647a9910a340359bb319929b70317b2ae4

Modified Files
--------------
contrib/hstore_plperl/Makefile |   10 ++++++----
src/pl/plperl/GNUmakefile      |    2 +-
2 files changed, 7 insertions(+), 5 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Move interpreter shared library detection to configure
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Move interpreter shared library detection to configure