mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Fix order of ICU_CFLAGS
It must be before CPPFLAGS so that an ICU installation in a nonstandard path can take precedence over one in the system path.
This commit is contained in:
parent
bb5d6e80b1
commit
b83e54564a
@ -232,7 +232,7 @@ PTHREAD_LIBS = @PTHREAD_LIBS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
|
||||
override CPPFLAGS := $(CPPFLAGS) $(ICU_CFLAGS)
|
||||
override CPPFLAGS := $(ICU_CFLAGS) $(CPPFLAGS)
|
||||
|
||||
ifdef PGXS
|
||||
override CPPFLAGS := -I$(includedir_server) -I$(includedir_internal) $(CPPFLAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user