[Buildroot] [PATCH 3/5] package/nginx: add thread pool support

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun May 1 21:42:37 UTC 2016


Hello,

On Sun,  1 May 2016 20:52:23 +0100, Martin Bark wrote:

>  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)

Just curious, any reason to not enable this as soon as
BR2_TOOLCHAIN_HAS_THREADS=y ?

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list