projects
/
feed
/
telephony.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89674ac
)
libs/re: Add zlib dependency
author
Daniel Engberg
<daniel.engberg.lists@pyret.net>
Wed, 4 Jan 2017 23:32:36 +0000
(
00:32
+0100)
committer
Zoltan HERPAI
<wigyori@uid0.hu>
Fri, 10 Nov 2017 21:50:57 +0000
(22:50 +0100)
Adds missing zlib dependency
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
libs/re/Makefile
patch
|
blob
|
history
diff --git
a/libs/re/Makefile
b/libs/re/Makefile
index d7214db2f6dc416cc5085472ae2dd9bd46d07d2c..77cf7fde1a480fcfc5c3586b81bac4281793cfa6 100644
(file)
--- a/
libs/re/Makefile
+++ b/
libs/re/Makefile
@@
-26,7
+26,7
@@
define Package/libre
SUBMENU:=Telephony
SECTION:=libs
CATEGORY:=Libraries
- DEPENDS:=+libopenssl +libpthread
+ DEPENDS:=+libopenssl +libpthread
+zlib
TITLE:=Generic library for real-time communications with async IO support
URL:=http://www.creytiv.com/
endef