Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2e0c17d

Browse files
committed
Add ICU_FLAGS to one more place
Reported-by: Thomas Munro <thomas.munro@enterprisedb.com>
1 parent 524e0f7 commit 2e0c17d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/snowball/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ top_builddir = ../../..
1414
include $(top_builddir)/src/Makefile.global
1515

1616
override CPPFLAGS := -I$(top_srcdir)/src/include/snowball \
17-
-I$(top_srcdir)/src/include/snowball/libstemmer $(CPPFLAGS)
17+
-I$(top_srcdir)/src/include/snowball/libstemmer $(CPPFLAGS) \
18+
$(ICU_CFLAGS)
1819

1920
OBJS= $(WIN32RES) dict_snowball.o api.o utilities.o \
2021
stem_ISO_8859_1_danish.o \

0 commit comments

Comments
 (0)