diff options
author | Thierry Bastian <thierryb@filewave.com> | 2025-02-17 09:01:27 +0100 |
---|---|---|
committer | pluknet <pluknet@nginx.com> | 2025-02-18 19:07:11 +0400 |
commit | 3327353ec05f32bf4ef227fcd67bf40efafa04f8 (patch) | |
tree | 78db01bc3c7f96ba90ae066bf1da689b3277d726 | |
parent | 9a4090f02ab438c47178b3b5a4c15a3c769d5027 (diff) | |
download | nginx-3327353ec05f32bf4ef227fcd67bf40efafa04f8.tar.gz nginx-3327353ec05f32bf4ef227fcd67bf40efafa04f8.zip |
Configure: MSVC compatibility with PCRE2 10.45.
-rw-r--r-- | auto/lib/pcre/make | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/lib/pcre/make b/auto/lib/pcre/make index 182590ac5..2a987d152 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_class.c \ pcre2_convert.c \ pcre2_extuni.c \ pcre2_find_bracket.c \ |