From acb604775efa93c245b5f696e4f2d27b006c4351 Mon Sep 17 00:00:00 2001 From: nick83ola Date: Mon, 27 May 2019 12:20:24 +0100 Subject: [PATCH] nginx: add PACKAGECONFIG[http-auth-request] Signed-off-by: Nicola Lunghi Signed-off-by: Khem Raj --- meta-webserver/recipes-httpd/nginx/nginx.inc | 1 + 1 file changed, 1 insertion(+) 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