122 Star 0 Fork 20

src-openEuler/dovecot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dovecot-2.3.21.1-link-icu-uc.patch 559 Bytes
一键复制 编辑 原始数据 按行查看 历史
Funda Wang 提交于 2024-10-27 22:33 . link with icu-uc for icu >= 76
--- dovecot-2.3.21.1/m4/want_icu.m4.orig 2024-10-27 21:48:06.430987100 +0800
+++ dovecot-2.3.21.1/m4/want_icu.m4 2024-10-27 21:48:28.717847700 +0800
@@ -1,7 +1,7 @@
AC_DEFUN([DOVECOT_WANT_ICU], [
if test "$want_icu" != "no"; then
if test "$PKG_CONFIG" != "" && $PKG_CONFIG --exists icu-i18n 2>/dev/null; then
- PKG_CHECK_MODULES(LIBICU, icu-i18n)
+ PKG_CHECK_MODULES(LIBICU, icu-i18n icu-uc)
have_icu=yes
AC_DEFINE(HAVE_LIBICU,, [Define if you want ICU normalization support for FTS])
elif test "$want_icu" = "yes"; then
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/dovecot.git
[email protected]:src-openeuler/dovecot.git
src-openeuler
dovecot
dovecot
master

搜索帮助