libs/re: Add zlib dependency
authorDaniel Engberg <[email protected]>
Wed, 4 Jan 2017 23:32:36 +0000 (00:32 +0100)
committerZoltan HERPAI <[email protected]>
Fri, 10 Nov 2017 21:50:57 +0000 (22:50 +0100)
Adds missing zlib dependency

Signed-off-by: Daniel Engberg <[email protected]>
libs/re/Makefile

index d7214db2f6dc416cc5085472ae2dd9bd46d07d2c..77cf7fde1a480fcfc5c3586b81bac4281793cfa6 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