aboutsummaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd
diff options
context:
space:
mode:
authorLuke Schaefer <lukeschafer17@gmail.com>2023-06-26 10:13:44 -0500
committerKhem Raj <raj.khem@gmail.com>2023-06-27 13:44:47 -0700
commit01884aeb0b1a7b80cf66c2a5bf0f5ef58920b3e9 (patch)
tree7cf96e13ab75916a2f3ca38f5468054ab46bdf05 /meta-webserver/recipes-httpd
parentbf314d2c57d63afd680ab21baf43e150456120ed (diff)
downloadmeta-openembedded-contrib-01884aeb0b1a7b80cf66c2a5bf0f5ef58920b3e9.tar.gz
nginx: Add stream Signed-off-by: Luke Schaefer <lukeschafer17@gmail.com>
Add stream support to nginx PACKAGECONFIG Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-httpd')
-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 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