summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Schaefer <lukeschafer17@gmail.com>2023-06-26 10:13:44 -0500
committerArmin Kuster <akuster808@gmail.com>2023-07-04 10:20:46 -0400
commit346753705e49a2486867dc150181a1c7f4d69377 (patch)
treeecddd51a62d329169857fca8fa4ed38f9868f4a1
parentd8acec2e848b2146e43df1c11d0bdbb118eba9d9 (diff)
downloadmeta-openembedded-346753705e49a2486867dc150181a1c7f4d69377.tar.gz
webserver: nginx: Add stream
Signed-off-by: Luke Schaefer <lukeschafer17@gmail.com> Add stream support to nginx PACKAGECONFIG Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-webserver/recipes-httpd/nginx/nginx.inc1
1 files changed, 1 insertions, 0 deletions
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,,"
43PACKAGECONFIG[http2] = "--with-http_v2_module,," 43PACKAGECONFIG[http2] = "--with-http_v2_module,,"
44PACKAGECONFIG[ssl] = "--with-http_ssl_module,,openssl" 44PACKAGECONFIG[ssl] = "--with-http_ssl_module,,openssl"
45PACKAGECONFIG[http-auth-request] = "--with-http_auth_request_module,," 45PACKAGECONFIG[http-auth-request] = "--with-http_auth_request_module,,"
46PACKAGECONFIG[stream] = "--with-stream,,"
46 47
47do_configure () { 48do_configure () {
48 if [ "${SITEINFO_BITS}" = "64" ]; then 49 if [ "${SITEINFO_BITS}" = "64" ]; then