aboutsummaryrefslogtreecommitdiffstats
path: root/meta-webserver
diff options
context:
space:
mode:
authornick83ola <nick83ola@gmail.com>2019-05-27 12:20:24 +0100
committerKhem Raj <raj.khem@gmail.com>2019-05-27 09:48:07 -0700
commitacb604775efa93c245b5f696e4f2d27b006c4351 (patch)
tree330a9ae8294f00469d1d1f031657d893b86b3693 /meta-webserver
parent17f6abb6229818961edeb643122e0948a84e0864 (diff)
downloadmeta-openembedded-contrib-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.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 29e7efc14d..d4c6e81fa3 100644
--- a/meta-webserver/recipes-httpd/nginx/nginx.inc
+++ b/meta-webserver/recipes-httpd/nginx/nginx.inc
@@ -40,6 +40,7 @@ PACKAGECONFIG ??= "ssl"
PACKAGECONFIG[http2] = "--with-http_v2_module,,"
PACKAGECONFIG[ssl] = "--with-http_ssl_module,,openssl"
+PACKAGECONFIG[http-auth-request] = "--with-http_auth_request_module,,"
do_configure () {
if [ "${SITEINFO_BITS}" = "64" ]; then