From: Peter Eisentraut Date: Thu, 23 Mar 2017 20:53:10 +0000 (-0400) Subject: Add ICU_FLAGS to one more place X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=2e0c17dc7809992e37441a4e39072373f5d99e0d;p=users%2Fbernd%2Fpostgres.git Add ICU_FLAGS to one more place Reported-by: Thomas Munro --- 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 \