diff options
Diffstat (limited to 'meta-webserver/recipes-httpd/nginx/nginx.inc')
-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 260f5f320..944968ab9 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx.inc +++ b/meta-webserver/recipes-httpd/nginx/nginx.inc | |||
@@ -44,6 +44,7 @@ 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[ipv6] = "--with-ipv6,," | 46 | PACKAGECONFIG[ipv6] = "--with-ipv6,," |
47 | PACKAGECONFIG[webdav] = "--with-http_dav_module,," | ||
47 | 48 | ||
48 | do_configure () { | 49 | do_configure () { |
49 | if [ "${SITEINFO_BITS}" = "64" ]; then | 50 | if [ "${SITEINFO_BITS}" = "64" ]; then |