From: Thierry Bastian Date: Tue, 4 Nov 2025 17:28:52 +0000 (+0100) Subject: Configure: MSVC compatibility with PCRE2 10.47. X-Git-Tag: release-1.28.1~3 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=35dfd3f1c9e29a1d894ee170a6f9316ef679892a;p=nginx.git Configure: MSVC compatibility with PCRE2 10.47. --- diff --git a/auto/lib/pcre/make b/auto/lib/pcre/make index 2a987d152..8a20859c6 100644 --- a/auto/lib/pcre/make +++ b/auto/lib/pcre/make @@ -37,6 +37,7 @@ if [ $PCRE_LIBRARY = PCRE2 ]; then pcre2_xclass.c" ngx_pcre_test="pcre2_chkdint.c \ + pcre2_compile_cgroup.c \ pcre2_compile_class.c \ pcre2_convert.c \ pcre2_extuni.c \