diff options
| author | Thierry Bastian <thierryb@filewave.com> | 2024-10-09 09:18:49 +0200 |
|---|---|---|
| committer | pluknet <pluknet@nginx.com> | 2025-02-05 20:40:47 +0400 |
| commit | cfd68334d8ba39b5fa016fe323aa8cdbd540cbe6 (patch) | |
| tree | 8610ccf23eb0a31a8d6c23b0e77919b69533a4ce | |
| parent | 35a14205600fb64f412a453627ac382ebc16a404 (diff) | |
| download | nginx-cfd68334d8ba39b5fa016fe323aa8cdbd540cbe6.tar.gz nginx-cfd68334d8ba39b5fa016fe323aa8cdbd540cbe6.tar.bz2 | |
Configure: MSVC compatibility with PCRE2 10.43.
| -rw-r--r-- | auto/lib/pcre/make | 3 |
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 \ |
