From 2e0c17dc7809992e37441a4e39072373f5d99e0d Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 23 Mar 2017 16:53:10 -0400 Subject: [PATCH] Add ICU_FLAGS to one more place Reported-by: Thomas Munro --- src/backend/snowball/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- 2.40.0