summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Engberg2017-01-04 23:32:36 +0000
committerGitHub2017-01-04 23:32:36 +0000
commit7513cd8b827c28d2650f017477bca169d84c387a (patch)
treebf52910b29f2c5397a38a8ddcb6ac073b3d6d9f1
parent1f0fb2538ba6fc306198fe2a9a4b976d63adb304 (diff)
downloadtelephony-7513cd8b827c28d2650f017477bca169d84c387a.tar.gz
libs/re: Add zlib dependency
Adds missing zlib dependency Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
-rw-r--r--libs/re/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/re/Makefile b/libs/re/Makefile
index 175a23c..af173f9 100644
--- 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