Skip to content

Commit fa9c81f

Browse files
committed
Build without icu via debian/rules
1 parent 819ade3 commit fa9c81f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

configure

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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)
@@ -4251,7 +4252,7 @@ fi
42514252
if test "${with_icu+set}" = set; then :
42524253
withval=$with_icu; want_icu=$withval
42534254
else
4254-
want_icu=no
4255+
want_icu=auto
42554256
fi
42564257

42574258

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) \

0 commit comments

Comments
 (0)