From a7e10e99e57047eaff2d1e8a4e24915e1c6604ff Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sun, 11 Jun 2017 14:08:34 +0200 Subject: [PATCH] freeswitch-stable: add ARCH depends for ZRTP and iSAC ZRTP and iSAC only support certain arches. Updated the depends to reflect that. Signed-off-by: Sebastian Kemper --- net/freeswitch-stable/Config.in | 1 + net/freeswitch-stable/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/net/freeswitch-stable/Config.in b/net/freeswitch-stable/Config.in index 6f71d7b..084c698 100644 --- a/net/freeswitch-stable/Config.in +++ b/net/freeswitch-stable/Config.in @@ -62,6 +62,7 @@ config FS_STABLE_WITH_VPX config FS_STABLE_WITH_ZRTP bool "Compile with ZRTP support" + depends on @aarch64||aarch64_be||arm||armeb||i386||mips||mips64||mips64el||mipsel||powerpc||powerpc64||powerpcle||sparc||x86_64 default n help Compile with ZRTP support. diff --git a/net/freeswitch-stable/Makefile b/net/freeswitch-stable/Makefile index dd73578..76533a0 100644 --- a/net/freeswitch-stable/Makefile +++ b/net/freeswitch-stable/Makefile @@ -703,7 +703,7 @@ $(eval $(call Package/$(PKG_NAME)/Module,hash,Hash,This module provides a key-va $(eval $(call Package/$(PKG_NAME)/Module,hiredis,Redis client,This module provides a mechanism to use Redis as a datastore.,+libhiredis)) $(eval $(call Package/$(PKG_NAME)/Module,httapi,HT-TAPI,This module provides an API for controlling the switch by responding\nto HTTP requests.,)) $(eval $(call Package/$(PKG_NAME)/Module,http_cache,HTTP GET with caching,This module provides an API for making HTTP GET requests where the\nresult is cached.,)) -$(eval $(call Package/$(PKG_NAME)/Module,isac,iSAC,iSAC codec support.,)) +$(eval $(call Package/$(PKG_NAME)/Module,isac,iSAC,iSAC codec support.,@arm||i386||mips||mips64||mips64el||mipsel||x86_64)) $(eval $(call Package/$(PKG_NAME)/Module,json_cdr,JSON CDR,JSON-based Call Detail Record handler.,)) $(eval $(call Package/$(PKG_NAME)/Module,kazoo,Kazoo,Kazoo module for FreeSWITCH.,)) $(eval $(call Package/$(PKG_NAME)/Module,lcr,LCR,This module adds a facility for least-cost routing.,)) -- 2.30.2