nginx: libcrypto from libopenssl is required even if ssl support is disabled, add dependency on libpthread as well

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32349 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-06-13 23:49:37 +00:00
parent 8a0a6a0f12
commit bcf82f61ed

View File

@ -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