Commit 2e0c17dc authored by Peter Eisentraut's avatar Peter Eisentraut

Add ICU_FLAGS to one more place

Reported-by: default avatarThomas Munro <thomas.munro@enterprisedb.com>
parent 524e0f7a
...@@ -14,7 +14,8 @@ top_builddir = ../../.. ...@@ -14,7 +14,8 @@ top_builddir = ../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
override CPPFLAGS := -I$(top_srcdir)/src/include/snowball \ 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 \ OBJS= $(WIN32RES) dict_snowball.o api.o utilities.o \
stem_ISO_8859_1_danish.o \ stem_ISO_8859_1_danish.o \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment