pgsql: Add ICU_CFLAGS to global CPPFLAGS

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add ICU_CFLAGS to global CPPFLAGS
Date: 2017-06-12 19:59:26
Message-ID: E1dKVUk-0003vI-41@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-06-12 20:26:25 pgsql: doc: Update information_schema documentation for identity column
Previous Message Peter Eisentraut 2017-06-12 15:42:37 pgsql: Remove "synchronized table states" notice message