git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bb5d6e8)
Fix order of ICU_CFLAGS
2017年8月10日 00:28:49 +0000 (20:28 -0400)
2017年8月11日 02:14:00 +0000 (22:14 -0400)
It must be before CPPFLAGS so that an ICU installation in a nonstandard
path can take precedence over one in the system path.


diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index 0d3f8ca9504b6d1b4934ceb9bcd5fe8d6817f1e0..a26075c06e48c36b41f1aa411c5df60fdf9fab3c 100644 (file)
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -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)
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /