projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c544ada
)
stunnel: add missing zlib dependency
author
Felix Fietkau
<nbd@nbd.name>
Sun, 24 Jul 2016 12:52:50 +0000
(14:52 +0200)
committer
Zoltan HERPAI
<wigyori@uid0.hu>
Fri, 10 Nov 2017 11:12:06 +0000
(12:12 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
net/stunnel/Makefile
patch
|
blob
|
history
diff --git
a/net/stunnel/Makefile
b/net/stunnel/Makefile
index 58a6bbea6f66c71757c47dedfb85936c3e59bc58..671ee511b36b4d28a9a62c8b28338a61b9467448 100644
(file)
--- a/
net/stunnel/Makefile
+++ b/
net/stunnel/Makefile
@@
-27,7
+27,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/stunnel
SECTION:=net
CATEGORY:=Network
- DEPENDS:=+libopenssl
+ DEPENDS:=+libopenssl
+zlib
TITLE:=SSL TCP Wrapper
URL:=http://www.stunnel.org/
endef