From 12a118c5afd62ada804c3b1c0de923e80b9b1507 Mon Sep 17 00:00:00 2001 From: jow 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 git-svn-id: svn://svn.openwrt.org/openwrt/packages@35201 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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.11.0