aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Bastian <thierryb@filewave.com>2024-10-09 09:18:49 +0200
committerpluknet <pluknet@nginx.com>2024-10-15 18:18:33 +0400
commitb394d44cfa7e5c2d48a174d06f4b899b6cfd3ccf (patch)
treef01555a005d7ea220fba8e19b84098ea953e2003
parent3f6d94d8881ca6755b1baa4dd6248a7b7ed15735 (diff)
downloadnginx-b394d44cfa7e5c2d48a174d06f4b899b6cfd3ccf.tar.gz
nginx-b394d44cfa7e5c2d48a174d06f4b899b6cfd3ccf.zip
Configure: MSVC compatibility with PCRE2 10.43.
-rw-r--r--auto/lib/pcre/make3
1 files changed, 2 insertions, 1 deletions
diff --git a/auto/lib/pcre/make b/auto/lib/pcre/make
index 839ef294b..182590ac5 100644
--- a/auto/lib/pcre/make
+++ b/auto/lib/pcre/make
@@ -36,7 +36,8 @@ if [ $PCRE_LIBRARY = PCRE2 ]; then
pcre2_valid_utf.c \
pcre2_xclass.c"
- ngx_pcre_test="pcre2_convert.c \
+ ngx_pcre_test="pcre2_chkdint.c \
+ pcre2_convert.c \
pcre2_extuni.c \
pcre2_find_bracket.c \
pcre2_script_run.c \