dovecot-2.2: lib-fts: Fixed using FTS_NORMALIZER_CFLAGS/LIBS.

dovecot at dovecot.org dovecot at dovecot.org
Mon Apr 20 14:47:23 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/aa0424c40ced
changeset: 18424:aa0424c40ced
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Apr 20 17:45:32 2015 +0300
description:
lib-fts: Fixed using FTS_NORMALIZER_CFLAGS/LIBS.

diffstat:

 src/lib-fts/Makefile.am |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r eff8774c6473 -r aa0424c40ced src/lib-fts/Makefile.am
--- a/src/lib-fts/Makefile.am	Mon Apr 20 17:44:21 2015 +0300
+++ b/src/lib-fts/Makefile.am	Mon Apr 20 17:45:32 2015 +0300
@@ -4,7 +4,7 @@
 	-I$(top_srcdir)/src/lib \
 	-I$(top_srcdir)/src/lib-test \
 	$(LIBEXTTEXTCAT_CFLAGS) \
-	$(LIBFTS_NORMALIZER_CFLAGS) \
+	$(FTS_NORMALIZER_CFLAGS) \
 	-DUDHRDIR=\""$(top_srcdir)/src/lib-fts"\" \
 	-DDATADIR=\"$(pkgdatadir)\" \
 	-DTEST_STOPWORDS_DIR=\""$(top_srcdir)/src/lib-fts"\"
@@ -48,7 +48,7 @@
 endif
 
 if BUILD_FTS_NORMALIZER
-NORMALIZER_LIBS = $(LIBFTS_NORMALIZER_LIBS)
+NORMALIZER_LIBS = $(FTS_NORMALIZER_LIBS)
 endif
 
 libfts_la_LIBADD = \


More information about the dovecot-cvs mailing list