]> git.kaiwu.me - nginx.git/commitdiff
Configure: MSVC compatibility with PCRE2 10.43.
authorThierry Bastian <thierryb@filewave.com>
Wed, 9 Oct 2024 07:18:49 +0000 (09:18 +0200)
committerpluknet <pluknet@nginx.com>
Wed, 5 Feb 2025 16:40:47 +0000 (20:40 +0400)
auto/lib/pcre/make

index 839ef294bb3e140020573309fbe9391b8be74e0f..182590ac5215acef024abdc7df7b77b1557e1c76 100644 (file)
@@ -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 \