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@
|
CPP = @CPP@
|
||||||
CPPFLAGS = @CPPFLAGS@
|
CPPFLAGS = @CPPFLAGS@
|
||||||
|
|
||||||
override CPPFLAGS := $(CPPFLAGS) $(ICU_CFLAGS)
|
override CPPFLAGS := $(ICU_CFLAGS) $(CPPFLAGS)
|
||||||
|
|
||||||
ifdef PGXS
|
ifdef PGXS
|
||||||
override CPPFLAGS := -I$(includedir_server) -I$(includedir_internal) $(CPPFLAGS)
|
override CPPFLAGS := -I$(includedir_server) -I$(includedir_internal) $(CPPFLAGS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user