projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afc0b82
)
nginx: libcrypto from libopenssl is required even if ssl support is disabled, add...
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 13 Jun 2012 23:49:37 +0000
(23:49 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 13 Jun 2012 23:49:37 +0000
(23:49 +0000)
SVN-Revision: 32349
net/nginx/Makefile
patch
|
blob
|
history
diff --git
a/net/nginx/Makefile
b/net/nginx/Makefile
index 3545bf9b56ec937b45db4d3920478069c52af47f..8f4b53c784b0f65462ed8f255950e1364f6858c7 100644
(file)
--- 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