From 1036a3ad84bc63ce9f63ec16b16727c63c6f299c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 17 Jan 2013 15:51:42 +0000 Subject: [PATCH] fix nginx build The NGINX_SSL qualifier in the dependencies list doesn't seem to do what is intended. Needed to remove it in order to build to a successful conclusion. Signed-off-by: Russell Senior SVN-Revision: 35201 --- net/nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 5a346e00f..266203bcc 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -56,7 +56,7 @@ define Package/nginx SUBMENU:=Web Servers/Proxies TITLE:=Nginx web server URL:=http://nginx.org/ - DEPENDS:=+!NGINX_DISABLE_PCRE:libpcre +NGINX_SSL:libopenssl +!NGINX_DISABLE_HTTP_GZIP_MODULE:zlib +libpthread +NGINX_MODULE_LUA:liblua + DEPENDS:=+!NGINX_DISABLE_PCRE:libpcre +libopenssl +!NGINX_DISABLE_HTTP_GZIP_MODULE:zlib +libpthread +NGINX_MODULE_LUA:liblua MENU:=1 endef -- 2.30.2