From 01884aeb0b1a7b80cf66c2a5bf0f5ef58920b3e9 Mon Sep 17 00:00:00 2001 From: Luke Schaefer Date: Mon, 26 Jun 2023 10:13:44 -0500 Subject: nginx: Add stream Signed-off-by: Luke Schaefer Add stream support to nginx PACKAGECONFIG Signed-off-by: Khem Raj --- meta-webserver/recipes-httpd/nginx/nginx.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-webserver') diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc index 6992a84c79..1ea32f7c94 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx.inc +++ b/meta-webserver/recipes-httpd/nginx/nginx.inc @@ -45,6 +45,7 @@ PACKAGECONFIG[ssl] = "--with-http_ssl_module,,openssl" PACKAGECONFIG[http-auth-request] = "--with-http_auth_request_module,," PACKAGECONFIG[ipv6] = "--with-ipv6,," PACKAGECONFIG[webdav] = "--with-http_dav_module,," +PACKAGECONFIG[stream] = "--with-stream,," do_configure () { if [ "${SITEINFO_BITS}" = "64" ]; then -- cgit 1.2.3-korg