comparison auto/options @ 8956:eaf356a35f5d quic

Merged with the default branch.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 29 Dec 2021 15:17:26 +0300
parents 9ec96ceaf484 0b5f12d5c531
children 113e2438dbd4
comparison
equal deleted inserted replaced
8955:32daba3aabb2 8956:eaf356a35f5d
148 USE_PCRE=NO 148 USE_PCRE=NO
149 PCRE=NONE 149 PCRE=NONE
150 PCRE_OPT= 150 PCRE_OPT=
151 PCRE_CONF_OPT= 151 PCRE_CONF_OPT=
152 PCRE_JIT=NO 152 PCRE_JIT=NO
153 PCRE2=YES
153 154
154 USE_OPENSSL=NO 155 USE_OPENSSL=NO
155 USE_OPENSSL_QUIC=NO 156 USE_OPENSSL_QUIC=NO
156 OPENSSL=NONE 157 OPENSSL=NONE
157 158
366 --without-pcre) USE_PCRE=DISABLED ;; 367 --without-pcre) USE_PCRE=DISABLED ;;
367 --with-pcre) USE_PCRE=YES ;; 368 --with-pcre) USE_PCRE=YES ;;
368 --with-pcre=*) PCRE="$value" ;; 369 --with-pcre=*) PCRE="$value" ;;
369 --with-pcre-opt=*) PCRE_OPT="$value" ;; 370 --with-pcre-opt=*) PCRE_OPT="$value" ;;
370 --with-pcre-jit) PCRE_JIT=YES ;; 371 --with-pcre-jit) PCRE_JIT=YES ;;
372 --without-pcre2) PCRE2=DISABLED ;;
371 373
372 --with-openssl=*) OPENSSL="$value" ;; 374 --with-openssl=*) OPENSSL="$value" ;;
373 --with-openssl-opt=*) OPENSSL_OPT="$value" ;; 375 --with-openssl-opt=*) OPENSSL_OPT="$value" ;;
374 376
375 --with-md5=*) 377 --with-md5=*)
586 --without-pcre disable PCRE library usage 588 --without-pcre disable PCRE library usage
587 --with-pcre force PCRE library usage 589 --with-pcre force PCRE library usage
588 --with-pcre=DIR set path to PCRE library sources 590 --with-pcre=DIR set path to PCRE library sources
589 --with-pcre-opt=OPTIONS set additional build options for PCRE 591 --with-pcre-opt=OPTIONS set additional build options for PCRE
590 --with-pcre-jit build PCRE with JIT compilation support 592 --with-pcre-jit build PCRE with JIT compilation support
593 --without-pcre2 do not use PCRE2 library
591 594
592 --with-zlib=DIR set path to zlib library sources 595 --with-zlib=DIR set path to zlib library sources
593 --with-zlib-opt=OPTIONS set additional build options for zlib 596 --with-zlib-opt=OPTIONS set additional build options for zlib
594 --with-zlib-asm=CPU use zlib assembler sources optimized 597 --with-zlib-asm=CPU use zlib assembler sources optimized
595 for the specified CPU, valid values: 598 for the specified CPU, valid values: