|
@@ -232,6 +232,10 @@ ifeq ($(BR2_PACKAGE_NGINX_STREAM_REALIP_MODULE),y)
|
|
NGINX_CONF_OPTS += --with-stream_realip_module
|
|
NGINX_CONF_OPTS += --with-stream_realip_module
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_NGINX_STREAM_SET_MODULE),)
|
|
|
|
+NGINX_CONF_OPTS += --without-stream_set_module
|
|
|
|
+endif
|
|
|
|
+
|
|
ifeq ($(BR2_PACKAGE_NGINX_STREAM_SSL_MODULE),y)
|
|
ifeq ($(BR2_PACKAGE_NGINX_STREAM_SSL_MODULE),y)
|
|
NGINX_DEPENDENCIES += openssl
|
|
NGINX_DEPENDENCIES += openssl
|
|
NGINX_CONF_OPTS += --with-stream_ssl_module
|
|
NGINX_CONF_OPTS += --with-stream_ssl_module
|