comparison auto/options @ 6716:57c8e12c460c

Modules compatibility: --with-compat configure option.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 03 Oct 2016 15:58:16 +0300
parents 060d71292b69
children a6d116645c51
comparison
equal deleted inserted replaced
6715:d200a0fd00b7 6716:57c8e12c460c
132 132
133 NGX_ADDONS= 133 NGX_ADDONS=
134 NGX_ADDON_DEPS= 134 NGX_ADDON_DEPS=
135 DYNAMIC_ADDONS= 135 DYNAMIC_ADDONS=
136 136
137 NGX_COMPAT=NO
138
137 USE_PCRE=NO 139 USE_PCRE=NO
138 PCRE=NONE 140 PCRE=NONE
139 PCRE_OPT= 141 PCRE_OPT=
140 PCRE_CONF_OPT= 142 PCRE_CONF_OPT=
141 PCRE_JIT=NO 143 PCRE_JIT=NO
322 --with-google_perftools_module) NGX_GOOGLE_PERFTOOLS=YES ;; 324 --with-google_perftools_module) NGX_GOOGLE_PERFTOOLS=YES ;;
323 --with-cpp_test_module) NGX_CPP_TEST=YES ;; 325 --with-cpp_test_module) NGX_CPP_TEST=YES ;;
324 326
325 --add-module=*) NGX_ADDONS="$NGX_ADDONS $value" ;; 327 --add-module=*) NGX_ADDONS="$NGX_ADDONS $value" ;;
326 --add-dynamic-module=*) DYNAMIC_ADDONS="$DYNAMIC_ADDONS $value" ;; 328 --add-dynamic-module=*) DYNAMIC_ADDONS="$DYNAMIC_ADDONS $value" ;;
329
330 --with-compat) NGX_COMPAT=YES ;;
327 331
328 --with-cc=*) CC="$value" ;; 332 --with-cc=*) CC="$value" ;;
329 --with-cpp=*) CPP="$value" ;; 333 --with-cpp=*) CPP="$value" ;;
330 --with-cc-opt=*) NGX_CC_OPT="$value" ;; 334 --with-cc-opt=*) NGX_CC_OPT="$value" ;;
331 --with-ld-opt=*) NGX_LD_OPT="$value" ;; 335 --with-ld-opt=*) NGX_LD_OPT="$value" ;;
530 --with-cpp_test_module enable ngx_cpp_test_module 534 --with-cpp_test_module enable ngx_cpp_test_module
531 535
532 --add-module=PATH enable external module 536 --add-module=PATH enable external module
533 --add-dynamic-module=PATH enable dynamic external module 537 --add-dynamic-module=PATH enable dynamic external module
534 538
539 --with-compat dynamic modules compatibility
540
535 --with-cc=PATH set C compiler pathname 541 --with-cc=PATH set C compiler pathname
536 --with-cpp=PATH set C preprocessor pathname 542 --with-cpp=PATH set C preprocessor pathname
537 --with-cc-opt=OPTIONS set additional C compiler options 543 --with-cc-opt=OPTIONS set additional C compiler options
538 --with-ld-opt=OPTIONS set additional linker options 544 --with-ld-opt=OPTIONS set additional linker options
539 --with-cpu-opt=CPU build for the specified CPU, valid values: 545 --with-cpu-opt=CPU build for the specified CPU, valid values: