mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
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.)
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
# this directory and SUBDIRS to subdirectories containing more things
|
||||
# to build.
|
||||
|
||||
override CPPFLAGS := $(CPPFLAGS) $(ICU_CFLAGS)
|
||||
|
||||
ifdef PARTIAL_LINKING
|
||||
# old style: linking using SUBSYS.o
|
||||
subsysfilename = SUBSYS.o
|
||||
|
||||
Reference in New Issue
Block a user