From df2f7079c4d3040cd9f974e1cbca658f25815e07 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 22 Feb 2016 11:59:27 +0000 Subject: nginx: Fix build when static libs disabled Signed-off-by: Richard Purdie Signed-off-by: Martin Jansa --- meta-webserver/recipes-httpd/nginx/nginx_1.9.11.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-webserver') diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.9.11.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.9.11.bb index 4ea06c79e5..8b60e53a67 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx_1.9.11.bb +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.9.11.bb @@ -31,6 +31,7 @@ NGINX_WWWDIR ?= "${localstatedir}/www/localhost" NGINX_USER ?= "www" EXTRA_OECONF = "" +DISABLE_STATIC = "" do_configure () { if [ "${SITEINFO_BITS}" = "64" ]; then -- cgit v1.2.3-54-g00ecf