Add ICU_CFLAGS to global CPPFLAGS

Peter Eisentraut <peter_e@gmx.net>

Commit: 94c2ed0ebe005aa6389b02a61e3c16d08035299c
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-06-12T19:57:22Z
Releases: 10.0
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.)

Files

PathChange+/−
src/backend/common.mk modified +0 −2
src/backend/snowball/Makefile modified +1 −2
src/Makefile.global.in modified +2 −0