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:
parent
8a0a6a0f12
commit
bcf82f61ed
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user