From: Jo-Philipp Wich Date: Wed, 13 Jun 2012 00:22:15 +0000 (+0000) Subject: [packages] freeswitch: depends on libopenssl, libpq, librt and zlib X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a562960887af89bb65ff5fca5bf925eb3b8181bc;p=openwrt%2Fsvn-archive%2Farchive.git [packages] freeswitch: depends on libopenssl, libpq, librt and zlib SVN-Revision: 32310 --- diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index aa5801c007..bdc3a930b9 100644 --- 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