projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a0a6a0
)
nginx: libcrypto from libopenssl is required even if ssl support is disabled, add...
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 13 Jun 2012 23:49:37 +0000
(23:49 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 13 Jun 2012 23:49:37 +0000
(23:49 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32349
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/nginx/Makefile
patch
|
blob
|
history
diff --git
a/net/nginx/Makefile
b/net/nginx/Makefile
index
3545bf9
..
8f4b53c
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