nginx/auto/lib
Maxim Dounin c6fec0b027 PCRE2 library support.
The PCRE2 library is now used by default if found, instead of the
original PCRE library.  If needed for some reason, this can be disabled
with the --without-pcre2 configure option.

To make it possible to specify paths to the library and include files
via --with-cc-opt / --with-ld-opt, the library is first tested without
any additional paths and options.  If this fails, the pcre2-config script
is used.

Similarly to the original PCRE library, it is now possible to build PCRE2
from sources with nginx configure, by using the --with-pcre= option.
It automatically detects if PCRE or PCRE2 sources are provided.

Note that compiling PCRE2 10.33 and later requires inttypes.h.  When
compiling on Windows with MSVC, inttypes.h is only available starting
with MSVC 2013.  In older versions some replacement needs to be provided
("echo '#include <stdint.h>' > pcre2-10.xx/src/inttypes.h" is good enough
for MSVC 2010).

The interface on nginx side remains unchanged.
2021-12-25 01:07:15 +03:00
..
geoip Configure: removed the --with-ipv6 option. 2016-10-04 16:38:14 +03:00
google-perftools Configure: fixed compiler warnings with "-Wall -Wextra". 2018-07-24 18:46:54 +03:00
libatomic Configure: call "make distclean" for libatomic. 2013-11-11 01:59:47 -08:00
libgd Configure: fixed compiler warnings with "-Wall -Wextra". 2018-07-24 18:46:54 +03:00
libxslt Configure: fixed compiler warnings with "-Wall -Wextra". 2018-07-24 18:46:54 +03:00
openssl Configure: restored "no-threads" in OpenSSL builds. 2018-03-22 15:56:07 +03:00
pcre PCRE2 library support. 2021-12-25 01:07:15 +03:00
perl Configure: detect nginx version for nginx.pm at make time. 2016-12-16 19:54:37 +03:00
zlib Win32: simplified and improved handling of MSVC versions. 2016-02-13 06:47:34 +03:00
conf Configure: fixed PCRE requirement check by ngx_http_rewrite_module. 2017-07-19 12:05:50 +03:00
make Internal md5 and sha1 implementations are now always used. 2016-06-30 18:57:39 +03:00