diff options
author | nick83ola <nick83ola@gmail.com> | 2019-05-27 12:20:24 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-27 09:48:07 -0700 |
commit | acb604775efa93c245b5f696e4f2d27b006c4351 (patch) | |
tree | 330a9ae8294f00469d1d1f031657d893b86b3693 /meta-webserver | |
parent | 17f6abb6229818961edeb643122e0948a84e0864 (diff) | |
download | meta-openembedded-acb604775efa93c245b5f696e4f2d27b006c4351.tar.gz |
nginx: add PACKAGECONFIG[http-auth-request]
Signed-off-by: Nicola Lunghi <nick83ola@gmail.com>
Signed-off-by: Khem Raj <raj.khem@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 29e7efc14..d4c6e81fa 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx.inc +++ b/meta-webserver/recipes-httpd/nginx/nginx.inc | |||
@@ -40,6 +40,7 @@ PACKAGECONFIG ??= "ssl" | |||
40 | 40 | ||
41 | PACKAGECONFIG[http2] = "--with-http_v2_module,," | 41 | PACKAGECONFIG[http2] = "--with-http_v2_module,," |
42 | PACKAGECONFIG[ssl] = "--with-http_ssl_module,,openssl" | 42 | PACKAGECONFIG[ssl] = "--with-http_ssl_module,,openssl" |
43 | PACKAGECONFIG[http-auth-request] = "--with-http_auth_request_module,," | ||
43 | 44 | ||
44 | do_configure () { | 45 | do_configure () { |
45 | if [ "${SITEINFO_BITS}" = "64" ]; then | 46 | if [ "${SITEINFO_BITS}" = "64" ]; then |