projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
524e0f7
)
Add ICU_FLAGS to one more place
author
Peter Eisentraut
<peter_e@gmx.net>
Thu, 23 Mar 2017 20:53:10 +0000
(16:53 -0400)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/src/backend/snowball/Makefile
b/src/backend/snowball/Makefile
index 50cbace41da73723dc7eafd05b51a2eaa30e52b6..518178ff39606cd10d37cd9c2781283518fd6d80 100644
(file)
--- 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 \