From: Felix Fietkau Date: Wed, 13 Jun 2012 23:49:37 +0000 (+0000) Subject: nginx: libcrypto from libopenssl is required even if ssl support is disabled, add... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=99b047fc417a3fe3ff810455e90d01d57d04112f;p=openwrt%2Fsvn-archive%2Farchive.git nginx: libcrypto from libopenssl is required even if ssl support is disabled, add dependency on libpthread as well SVN-Revision: 32349 --- diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 3545bf9b56..8f4b53c784 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -32,7 +32,7 @@ define Package/nginx SUBMENU:=Web Servers/Proxies TITLE:=Nginx web server URL:=http://nginx.org/ - DEPENDS:=+libpcre +NGINX_SSL:libopenssl +zlib + DEPENDS:=+libpcre +libopenssl +zlib +libpthread MENU:=1 endef