From 469a6ca5b82bbb9488bed9177a9674537ab15171 Mon Sep 17 00:00:00 2001 From: Szombathelyi György Date: Fri, 12 Aug 2016 18:18:13 +0200 Subject: nginx: PACKAGECONFIG for httpv2 Signed-off-by: Gyorgy Szombathelyi Signed-off-by: Martin Jansa --- meta-webserver/recipes-httpd/nginx/nginx.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-webserver') 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" EXTRA_OECONF = "" DISABLE_STATIC = "" +PACKAGECONFIG[http2] = "--with-http_v2_module,," + do_configure () { if [ "${SITEINFO_BITS}" = "64" ]; then PTRSIZE=8 -- cgit 1.2.3-korg