From 42b49b976a829dcc05af643667d0677d91d284c2 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 7 Sep 2007 13:18:57 +0000 Subject: [PATCH] Fix the recursive dependency on zlib when asterisk-1.4 and asterisk-mysql-1.4 are selected SVN-Revision: 8667 --- net/asterisk-1.4.x/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net/asterisk-1.4.x/Makefile b/net/asterisk-1.4.x/Makefile index 6fdd5c435..33b49d162 100644 --- a/net/asterisk-1.4.x/Makefile +++ b/net/asterisk-1.4.x/Makefile @@ -38,7 +38,10 @@ endef define Package/asterisk14 $(call Package/asterisk14/Default) TITLE:=Complete open source PBX - DEPENDS:= +libltdl +libncurses +libpopt +libpthread +zlib + DEPENDS:= +libltdl +libncurses +libpopt +libpthread +ifeq ($(SDK)$(CONFIG_PACKAGE_asterisk14-mysql),) + DEPENDS+= +zlib +endif endef define Package/asterisk14/description -- 2.30.2