Add ICU_CFLAGS to global CPPFLAGS
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 12 Jun 2017 19:57:22 +0000 (15:57 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 12 Jun 2017 19:57:22 +0000 (15:57 -0400)
commit94c2ed0ebe005aa6389b02a61e3c16d08035299c
tree2988263b6bb31a070d487d333cc6c1420497e589
parent7f28a7946a37e1716fe12c9e8466dbb868292087
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.)
src/Makefile.global.in
src/backend/common.mk
src/backend/snowball/Makefile