]> granicus.if.org Git - postgresql/commitdiff
Add ICU_FLAGS to one more place
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 23 Mar 2017 20:53:10 +0000 (16:53 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 23 Mar 2017 20:53:10 +0000 (16:53 -0400)
Reported-by: Thomas Munro <thomas.munro@enterprisedb.com>
src/backend/snowball/Makefile

index 50cbace41da73723dc7eafd05b51a2eaa30e52b6..518178ff39606cd10d37cd9c2781283518fd6d80 100644 (file)
@@ -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 \