[COMMITTERS] pgsql: Add ICU_CFLAGS to global CPPFLAGS

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: Add ICU_CFLAGS to global CPPFLAGS
Дата
Msg-id E1dKVUk-0003vI-41@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add ICU_CFLAGS to global CPPFLAGS

The original code only added ICU_CFLAGS to the backend build.  But it is
also needed for building external modules that include pg_locale.h.  So
add it to the global CPPFLAGS.  (This is only relevant if ICU is not in
a compiler default path, so it apparently hasn't bitten many.)

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/94c2ed0ebe005aa6389b02a61e3c16d08035299c

Modified Files
--------------
src/Makefile.global.in        | 2 ++
src/backend/common.mk         | 2 --
src/backend/snowball/Makefile | 3 +--
3 files changed, 3 insertions(+), 4 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Remove "synchronized table states" notice message
Следующее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: doc: Update information_schema documentation for identitycolumn