[oe-commits] [meta-openembedded] 23/46: nginx: PACKAGECONFIG for httpv2

git at git.openembedded.org git at git.openembedded.org
Tue Aug 16 15:37:32 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 3f5e5dfcbd10d120c6a9dfed886ebeee79dac968
Author: Szombathelyi György <gyurco at freemail.hu>
AuthorDate: Fri Aug 12 18:18:13 2016 +0200

    nginx: PACKAGECONFIG for httpv2
    
    Signed-off-by: Gyorgy Szombathelyi <gyurco at freemail.hu>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-webserver/recipes-httpd/nginx/nginx.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc
index 167dc5a..fe51ca0 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list