diff options
Diffstat (limited to 'meta-webserver/recipes-httpd/nginx/nginx.inc')
-rw-r--r-- | meta-webserver/recipes-httpd/nginx/nginx.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc index 167dc5a920..fe51ca017f 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx.inc +++ b/meta-webserver/recipes-httpd/nginx/nginx.inc | |||
@@ -31,6 +31,8 @@ NGINX_USER ?= "www" | |||
31 | EXTRA_OECONF = "" | 31 | EXTRA_OECONF = "" |
32 | DISABLE_STATIC = "" | 32 | DISABLE_STATIC = "" |
33 | 33 | ||
34 | PACKAGECONFIG[http2] = "--with-http_v2_module,," | ||
35 | |||
34 | do_configure () { | 36 | do_configure () { |
35 | if [ "${SITEINFO_BITS}" = "64" ]; then | 37 | if [ "${SITEINFO_BITS}" = "64" ]; then |
36 | PTRSIZE=8 | 38 | PTRSIZE=8 |