libs/re: Add zlib dependency 129/head
authorDaniel Engberg <daniel.engberg.lists@pyret.net>
Wed, 4 Jan 2017 23:32:36 +0000 (00:32 +0100)
committerGitHub <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

index 175a23c87b49151592aa136e9c2607986eb23197..af173f9f168e7ed474d7027d4f5f2fa6602ff734 100644 (file)
@@ -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