From 7513cd8b827c28d2650f017477bca169d84c387a Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Thu, 5 Jan 2017 00:32:36 +0100 Subject: [PATCH] libs/re: Add zlib dependency Adds missing zlib dependency Signed-off-by: Daniel Engberg --- libs/re/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2