This is a new module in 1.20
Signed-off-by: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
help
Enable ngx_stream_realip_module
+config BR2_PACKAGE_NGINX_STREAM_SET_MODULE
+ bool "ngx_stream_set_module"
+ default y
+ help
+ Enable ngx_stream_set_module
+
config BR2_PACKAGE_NGINX_STREAM_SSL_MODULE
bool "ngx_stream_ssl_module"
select BR2_PACKAGE_OPENSSL
NGINX_CONF_OPTS += --with-stream_realip_module
endif
+ifeq ($(BR2_PACKAGE_NGINX_STREAM_SET_MODULE),)
+NGINX_CONF_OPTS += --without-stream_set_module
+endif
+
ifeq ($(BR2_PACKAGE_NGINX_STREAM_SSL_MODULE),y)
NGINX_DEPENDENCIES += openssl
NGINX_CONF_OPTS += --with-stream_ssl_module