diff mbox

[LEDE-DEV] libre: Add zlib dependency

Message ID 20170420134457.12707-1-roed@onet.eu
State Changes Requested
Headers show

Commit Message

Roman Spychała April 20, 2017, 1:44 p.m. UTC
From: Roman Spychała <roed@onet.eu>

Signed-off-by: Roman Spychała <roed@onet.eu>
---
 libs/re/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

John Crispin May 24, 2017, 9:29 a.m. UTC | #1
On 20/04/17 15:44, Roman Spychała wrote:
> From: Roman Spychała <roed@onet.eu>

The patch fails to explain why this is required. please provide that info

     John

> Signed-off-by: Roman Spychała <roed@onet.eu>
> ---
>   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
diff mbox

Patch

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