projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d6d1a0
)
Fix the recursive dependency on zlib when asterisk-1.4 and asterisk-mysql-1.4 are...
author
Florian Fainelli
<florian@openwrt.org>
Fri, 7 Sep 2007 13:18:57 +0000
(13:18 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 7 Sep 2007 13:18:57 +0000
(13:18 +0000)
SVN-Revision: 8667
net/asterisk-1.4.x/Makefile
patch
|
blob
|
history
diff --git
a/net/asterisk-1.4.x/Makefile
b/net/asterisk-1.4.x/Makefile
index 6fdd5c435524dda466dbc579d06c4879c7c7f5e5..33b49d16210e04e2b94c96f82091080849e71bcf 100644
(file)
--- 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