File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1709,6 +1709,7 @@ Optional Packages:
17091709 --with-stemmer Build with libstemmer support (for FTS) (auto)
17101710 --with-textcat Build with libtextcat support (for FTS) (auto)
17111711 --with-icu Build with libicu support (for FTS normalization)
1712+ (auto)
17121713 --with-solr Build with Solr full text search support
17131714 --with-sodium Build with libsodium support (enables argon2,
17141715 default: auto)
42514252if test "${with_icu+set}" = set; then :
42524253 withval=$with_icu; want_icu=$withval
42534254else
4254- want_icu=no
4255+ want_icu=auto
42554256fi
42564257
42574258
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ override_dh_auto_configure:
117117 --with-gssapi=plugin \
118118 --with-solr \
119119 --with-ioloop=best \
120- --with -icu \
120+ --without -icu \
121121 --with-libwrap \
122122 --without-lucene \
123123 $(CONFIGURE_APPARMOR ) \
You can’t perform that action at this time.
0 commit comments