mirror of
https://github.com/postgres/postgres.git
synced 2025-06-05 00:02:04 -04:00
Add ICU_FLAGS to one more place
Reported-by: Thomas Munro <thomas.munro@enterprisedb.com>
This commit is contained in:
parent
524e0f7ac8
commit
2e0c17dc78
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user