mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
21a797ec8c
PR: 256860 Approved by: fluffy (ports-secteam) Submitted by: otis Relnotes: https://dovecot.org/pipermail/dovecot-news/2021-June/000457.html https://dovecot.org/pipermail/dovecot-news/2021-March/000455.html https://dovecot.org/pipermail/dovecot-news/2021-March/000456.html https://dovecot.org/pipermail/dovecot-news/2021-June/000458.html Security: CVE-2021-29157, CVE-2021-33515, CVE-2020-28200 Differential Revision: https://reviews.freebsd.org/D30866 MFH: 2021Q3
20 lines
727 B
Plaintext
20 lines
727 B
Plaintext
--- configure.orig 2021-06-22 13:00:25 UTC
|
|
+++ configure
|
|
@@ -29748,13 +29748,13 @@ fi
|
|
|
|
|
|
if test $want_stemmer != no; then
|
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sb_stemmer_new in -lstemmer" >&5
|
|
-$as_echo_n "checking for sb_stemmer_new in -lstemmer... " >&6; }
|
|
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sb_stemmer_new in -lclucene-contribs-lib" >&5
|
|
+$as_echo_n "checking for sb_stemmer_new in -lclucene-contribs-lib... " >&6; }
|
|
if ${ac_cv_lib_stemmer_sb_stemmer_new+:} false; then :
|
|
$as_echo_n "(cached) " >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-lstemmer $LIBS"
|
|
+LIBS="-lclucene-contribs-lib $LIBS"
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
|