From a562960887af89bb65ff5fca5bf925eb3b8181bc Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 13 Jun 2012 00:22:15 +0000 Subject: [PATCH] [packages] freeswitch: depends on libopenssl, libpq, librt and zlib SVN-Revision: 32310 --- net/freeswitch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2