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:
1f0fb25
)
libs/re: Add zlib dependency
129/head
author
Daniel Engberg
<daniel.engberg.lists@pyret.net>
Wed, 4 Jan 2017 23:32:36 +0000
(
00:32
+0100)
committer
GitHub
<noreply@github.com>
Wed, 4 Jan 2017 23:32:36 +0000
(
00:32
+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 175a23c87b49151592aa136e9c2607986eb23197..af173f9f168e7ed474d7027d4f5f2fa6602ff734 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