From 99b047fc417a3fe3ff810455e90d01d57d04112f Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 13 Jun 2012 23:49:37 +0000 Subject: [PATCH] nginx: libcrypto from libopenssl is required even if ssl support is disabled, add dependency on libpthread as well SVN-Revision: 32349 --- net/nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2