projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9b5fb6
)
[packages] freeswitch: depends on libopenssl, libpq, librt and zlib
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 13 Jun 2012 00:22:15 +0000
(
00:22
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 13 Jun 2012 00:22:15 +0000
(
00:22
+0000)
SVN-Revision: 32310
net/freeswitch/Makefile
patch
|
blob
|
history
diff --git
a/net/freeswitch/Makefile
b/net/freeswitch/Makefile
index aa5801c007f301a71a9c8eaab1ff2fa67dd1ce10..bdc3a930b9a9cdcb6efece4124cdfbedcbd24d8b 100644
(file)
--- a/
net/freeswitch/Makefile
+++ b/
net/freeswitch/Makefile
@@
-173,7
+173,7
@@
endef
define Package/$(PKG_NAME)
$(call Package/$(PKG_NAME)/Default)
TITLE:=FreeSWITCH open source telephony platform
- DEPENDS:= +libreadline +libncurses +libpthread +libstdcpp
+ DEPENDS:= +libreadline +libncurses +libpthread +libstdcpp
+libopenssl +libpq +librt +zlib
MENU:=1
endef