diff options
-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 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" | |||
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 |