diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-03-23 16:53:10 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-03-23 16:53:10 -0400 |
commit | 2e0c17dc7809992e37441a4e39072373f5d99e0d (patch) | |
tree | 691c96e9c6faff0970c98873f2d65f1cd11a1a52 /src | |
parent | 524e0f7ac8e143e377b8acff24796d7e37b3a9b1 (diff) | |
download | postgresql-2e0c17dc7809992e37441a4e39072373f5d99e0d.tar.gz postgresql-2e0c17dc7809992e37441a4e39072373f5d99e0d.zip |
Add ICU_FLAGS to one more place
Reported-by: Thomas Munro <thomas.munro@enterprisedb.com>
Diffstat (limited to 'src')
-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 50cbace41da..518178ff396 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 \ |