From 346753705e49a2486867dc150181a1c7f4d69377 Mon Sep 17 00:00:00 2001 From: Luke Schaefer Date: Mon, 26 Jun 2023 10:13:44 -0500 Subject: [PATCH] webserver: nginx: Add stream Signed-off-by: Luke Schaefer Add stream support to nginx PACKAGECONFIG Signed-off-by: Armin Kuster --- meta-webserver/recipes-httpd/nginx/nginx.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc index dfced33300..231c1d1ec9 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx.inc +++ b/meta-webserver/recipes-httpd/nginx/nginx.inc @@ -43,6 +43,7 @@ PACKAGECONFIG[gunzip] = "--with-http_gunzip_module,," PACKAGECONFIG[http2] = "--with-http_v2_module,," PACKAGECONFIG[ssl] = "--with-http_ssl_module,,openssl" PACKAGECONFIG[http-auth-request] = "--with-http_auth_request_module,," +PACKAGECONFIG[stream] = "--with-stream,," do_configure () { if [ "${SITEINFO_BITS}" = "64" ]; then