[Bug 284832] mail/dovecot fts-icu fails to link after devel/icu update to 76.1
Date: Sat, 15 Feb 2025 15:41:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284832 Vladimir Druzenko <vvd@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vvd@FreeBSD.org --- Comment #3 from Vladimir Druzenko <vvd@FreeBSD.org> --- --- mail/dovecot/Makefile.orig +++ mail/dovecot/Makefile @@ -92,8 +92,10 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi GSSAPI_NONE_CONFIGURE_OFF= --with-gssapi ${GSSAPI_CONFIGURE_ARGS} -ICU_LIB_DEPENDS= libicui18n.so:devel/icu +ICU_LIB_DEPENDS= libicui18n.so:devel/icu \ + libicuuc.so:devel/icu ICU_CONFIGURE_WITH= icu +ICU_LDFLAGS= -licuuc LDAP_USES= ldap LDAP_CONFIGURE_WITH= ldap -- You are receiving this mail because: You are the assignee for the bug.