Add ICU_CFLAGS to global CPPFLAGS
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/common.mk | modified | +0 −2 |
| src/backend/snowball/Makefile | modified | +1 −2 |
| src/Makefile.global.in | modified | +2 −0 |