aboutsummaryrefslogtreecommitdiffstats
path: root/meta-webserver
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-22 11:59:27 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-25 17:47:22 +0100
commitdf2f7079c4d3040cd9f974e1cbca658f25815e07 (patch)
tree069c4cbaf40187e7587e13bd978c8151b1f48965 /meta-webserver
parent1bc81c088d46c6931c20b9f29df69d3af837d0a5 (diff)
downloadmeta-openembedded-contrib-df2f7079c4d3040cd9f974e1cbca658f25815e07.tar.gz
nginx: Fix build when static libs disabled
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-webserver')
-rw-r--r--meta-webserver/recipes-httpd/nginx/nginx_1.9.11.bb1
1 files changed, 1 insertions, 0 deletions
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