summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-webserver/recipes-httpd/nginx/nginx.inc3
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"
37EXTRA_OECONF = "" 37EXTRA_OECONF = ""
38DISABLE_STATIC = "" 38DISABLE_STATIC = ""
39 39
40PACKAGECONFIG ??= "ssl" 40PACKAGECONFIG ??= "ssl ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
41 41
42PACKAGECONFIG[gunzip] = "--with-http_gunzip_module,," 42PACKAGECONFIG[gunzip] = "--with-http_gunzip_module,,"
43PACKAGECONFIG[http2] = "--with-http_v2_module,," 43PACKAGECONFIG[http2] = "--with-http_v2_module,,"
44PACKAGECONFIG[ssl] = "--with-http_ssl_module,,openssl" 44PACKAGECONFIG[ssl] = "--with-http_ssl_module,,openssl"
45PACKAGECONFIG[http-auth-request] = "--with-http_auth_request_module,," 45PACKAGECONFIG[http-auth-request] = "--with-http_auth_request_module,,"
46PACKAGECONFIG[ipv6] = "--with-ipv6,,"
46 47
47do_configure () { 48do_configure () {
48 if [ "${SITEINFO_BITS}" = "64" ]; then 49 if [ "${SITEINFO_BITS}" = "64" ]; then