From 7235103edb534b1f9e868ad9af9974e0dc7c46bc Mon Sep 17 00:00:00 2001 From: uhohspaghetios Date: Sat, 11 Dec 2021 00:49:38 -0500 Subject: [PATCH] nginx: enable threads --- srcpkgs/nginx/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/nginx/template b/srcpkgs/nginx/template index 4c946a910766..5f655148d3f7 100644 --- a/srcpkgs/nginx/template +++ b/srcpkgs/nginx/template @@ -1,7 +1,7 @@ # Template file for 'nginx' pkgname=nginx version=1.20.2 -revision=2 +revision=3 _tests_commit=18ac4d9e5a2a create_wrksrc=yes build_wrksrc="nginx-${version}" @@ -77,6 +77,7 @@ do_configure() { --http-uwsgi-temp-path=${tmpdir}/uwsgi \ --with-mail --with-mail_ssl_module \ --with-pcre-jit --with-file-aio \ + --with-threads \ --with-http_gunzip_module \ --with-http_v2_module \ --with-http_dav_module \