[oe] [PATCH 12/12] nginx: Fix build when static libs disabled

Richard Purdie richard.purdie at linuxfoundation.org
Mon Feb 22 11:59:27 UTC 2016


Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta-webserver/recipes-httpd/nginx/nginx_1.9.10.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.9.10.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.9.10.bb
index 5d63d41..6fa82ff 100644
--- a/meta-webserver/recipes-httpd/nginx/nginx_1.9.10.bb
+++ b/meta-webserver/recipes-httpd/nginx/nginx_1.9.10.bb
@@ -31,6 +31,7 @@ NGINX_WWWDIR ?= "${localstatedir}/www/localhost"
 NGINX_USER   ?= "www"
 
 EXTRA_OECONF = ""
+DISABLE_STATIC = ""
 
 do_configure () {
 	if [ "${SITEINFO_BITS}" = "64" ]; then
-- 
2.5.0




More information about the Openembedded-devel mailing list