diff options
-rw-r--r-- | meta-webserver/recipes-httpd/nginx/nginx.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc index dfced33300..260f5f320c 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx.inc +++ b/meta-webserver/recipes-httpd/nginx/nginx.inc | |||
@@ -37,12 +37,13 @@ NGINX_USER ?= "www" | |||
37 | EXTRA_OECONF = "" | 37 | EXTRA_OECONF = "" |
38 | DISABLE_STATIC = "" | 38 | DISABLE_STATIC = "" |
39 | 39 | ||
40 | PACKAGECONFIG ??= "ssl" | 40 | PACKAGECONFIG ??= "ssl ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
41 | 41 | ||
42 | PACKAGECONFIG[gunzip] = "--with-http_gunzip_module,," | 42 | PACKAGECONFIG[gunzip] = "--with-http_gunzip_module,," |
43 | PACKAGECONFIG[http2] = "--with-http_v2_module,," | 43 | 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 | 47 | ||
47 | do_configure () { | 48 | do_configure () { |
48 | if [ "${SITEINFO_BITS}" = "64" ]; then | 49 | if [ "${SITEINFO_BITS}" = "64" ]; then |