|
@@ -64,7 +64,8 @@ NGINX_CONF_OPTS += \
|
|
|
--http-uwsgi-temp-path=/var/tmp/nginx/uwsgi
|
|
|
|
|
|
NGINX_CONF_OPTS += \
|
|
|
- $(if $(BR2_PACKAGE_NGINX_FILE_AIO),--with-file-aio)
|
|
|
+ $(if $(BR2_PACKAGE_NGINX_FILE_AIO),--with-file-aio) \
|
|
|
+ $(if $(BR2_PACKAGE_NGINX_THREADS),--with-threads)
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_PCRE),y)
|
|
|
NGINX_DEPENDENCIES += pcre
|