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:
b80edb6
)
asterisk-1.8.x: make libmysql dependency conditional, make it depend on the module...
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 17 Jul 2011 17:29:46 +0000
(17:29 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 17 Jul 2011 17:29:46 +0000
(17:29 +0000)
SVN-Revision: 27656
net/asterisk-1.8.x/Makefile
patch
|
blob
|
history
diff --git
a/net/asterisk-1.8.x/Makefile
b/net/asterisk-1.8.x/Makefile
index 22deddb6b67ba7514e29e832a7e725cc0efd4b5d..c02c59aef0d55748d9aae514507bae14bfc2114b 100644
(file)
--- a/
net/asterisk-1.8.x/Makefile
+++ b/
net/asterisk-1.8.x/Makefile
@@
-166,7
+166,7
@@
endef
define Package/asterisk18-mysql
$(call Package/asterisk18/Default)
TITLE:=MySQL support
- DEPENDS:= asterisk18 +libmysqlclient
+ DEPENDS:= asterisk18 +
PACKAGE_asterisk18-mysql:
libmysqlclient
endef
define Package/asterisk18-mysql/description