From: florian Date: Fri, 7 Sep 2007 13:18:57 +0000 (+0000) Subject: Fix the recursive dependency on zlib when asterisk-1.4 and asterisk-mysql-1.4 are... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=c1ca60527019b74dd73141ee662e86cc97f0a8c8;p=packages.git Fix the recursive dependency on zlib when asterisk-1.4 and asterisk-mysql-1.4 are selected git-svn-id: svn://svn.openwrt.org/openwrt/packages@8667 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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