comparison auto/modules @ 6933:29e452c56125

Configure: fixed build with --with-stream. Some combinations of options might cause the builds with the --with-stream option to break due to invalid value of the STREAM_INCS make variable, e.g. auto/configure \ --with-stream \ --with-http_perl_module=dynamic \ --without-http_memcached_module \ --without-http_empty_gif_module \ --without-http_browser_module \ --without-http_upstream_hash_module \ --without-http_upstream_ip_hash_module \ --without-http_upstream_least_conn_module \ --without-http_upstream_keepalive_module \ --without-http_upstream_zone_module \ Explicit initialization of ngx_module_libs and ngx_module_link matches what we already do when processing mail modules, and is also required after the next change.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 16 Mar 2017 20:38:26 +0300
parents 2c7a2d75938a
children 4d874b4d82ed
comparison
equal deleted inserted replaced
6932:e54c336d95aa 6933:29e452c56125
964 STREAM_MODULES= 964 STREAM_MODULES=
965 STREAM_DEPS= 965 STREAM_DEPS=
966 STREAM_INCS= 966 STREAM_INCS=
967 967
968 ngx_module_type=STREAM 968 ngx_module_type=STREAM
969 ngx_module_libs=
970 ngx_module_link=YES
969 971
970 ngx_module_order= 972 ngx_module_order=
971 973
972 ngx_module_name="ngx_stream_module \ 974 ngx_module_name="ngx_stream_module \
973 ngx_stream_core_module \ 975 ngx_stream_core_module \