From: Jo-Philipp Wich Date: Thu, 17 Jan 2013 15:51:42 +0000 (+0000) Subject: fix nginx build X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=1036a3ad84bc63ce9f63ec16b16727c63c6f299c;p=openwrt%2Fsvn-archive%2Fpackages.git 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 --- 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