diff options
author | Peter Eisentraut | 2017-03-23 20:53:10 +0000 |
---|---|---|
committer | Peter Eisentraut | 2017-03-23 20:53:10 +0000 |
commit | 2e0c17dc7809992e37441a4e39072373f5d99e0d (patch) | |
tree | 691c96e9c6faff0970c98873f2d65f1cd11a1a52 | |
parent | 524e0f7ac8e143e377b8acff24796d7e37b3a9b1 (diff) |
Add ICU_FLAGS to one more place
Reported-by: Thomas Munro <[email protected]>
-rw-r--r-- | src/backend/snowball/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/snowball/Makefile b/src/backend/snowball/Makefile index 50cbace41d..518178ff39 100644 --- a/src/backend/snowball/Makefile +++ b/src/backend/snowball/Makefile @@ -14,7 +14,8 @@ top_builddir = ../../.. include $(top_builddir)/src/Makefile.global override CPPFLAGS := -I$(top_srcdir)/src/include/snowball \ - -I$(top_srcdir)/src/include/snowball/libstemmer $(CPPFLAGS) + -I$(top_srcdir)/src/include/snowball/libstemmer $(CPPFLAGS) \ + $(ICU_CFLAGS) OBJS= $(WIN32RES) dict_snowball.o api.o utilities.o \ stem_ISO_8859_1_danish.o \ |