From: Peter Eisentraut Date: Thu, 23 Mar 2017 20:53:10 +0000 (-0400) Subject: Add ICU_FLAGS to one more place X-Git-Tag: REL_10_BETA1~537 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e0c17dc7809992e37441a4e39072373f5d99e0d;p=thirdparty%2Fpostgresql.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 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 \