[oe-commits] [meta-openembedded] 50/91: nginx: Fix build when static libs disabled

git at git.openembedded.org git at git.openembedded.org
Thu Feb 25 16:47:52 UTC 2016


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

commit df2f7079c4d3040cd9f974e1cbca658f25815e07
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Feb 22 11:59:27 2016 +0000

    nginx: Fix build when static libs disabled
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-webserver/recipes-httpd/nginx/nginx_1.9.11.bb | 1 +
 1 file changed, 1 insertion(+)

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 4ea06c7..8b60e53 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

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


More information about the Openembedded-commits mailing list