diff options
| author | Luke Schaefer <lukeschafer17@gmail.com> | 2023-06-26 10:13:44 -0500 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-07-04 10:20:46 -0400 |
| commit | 346753705e49a2486867dc150181a1c7f4d69377 (patch) | |
| tree | ecddd51a62d329169857fca8fa4ed38f9868f4a1 /meta-webserver | |
| parent | d8acec2e848b2146e43df1c11d0bdbb118eba9d9 (diff) | |
| download | meta-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>
Diffstat (limited to 'meta-webserver')
| -rw-r--r-- | meta-webserver/recipes-httpd/nginx/nginx.inc | 1 |
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,," | |||
| 43 | PACKAGECONFIG[http2] = "--with-http_v2_module,," | 43 | PACKAGECONFIG[http2] = "--with-http_v2_module,," |
| 44 | PACKAGECONFIG[ssl] = "--with-http_ssl_module,,openssl" | 44 | PACKAGECONFIG[ssl] = "--with-http_ssl_module,,openssl" |
| 45 | PACKAGECONFIG[http-auth-request] = "--with-http_auth_request_module,," | 45 | PACKAGECONFIG[http-auth-request] = "--with-http_auth_request_module,," |
| 46 | PACKAGECONFIG[stream] = "--with-stream,," | ||
| 46 | 47 | ||
| 47 | do_configure () { | 48 | do_configure () { |
| 48 | if [ "${SITEINFO_BITS}" = "64" ]; then | 49 | if [ "${SITEINFO_BITS}" = "64" ]; then |
