freeswitch-stable: add ARCH depends for ZRTP and iSAC
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 11 Jun 2017 12:08:34 +0000 (14:08 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 11 Jun 2017 12:13:11 +0000 (14:13 +0200)
ZRTP and iSAC only support certain arches. Updated the depends to
reflect that.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/freeswitch-stable/Config.in
net/freeswitch-stable/Makefile

index 6f71d7b4bd5eccc0cce49173fb115cda66f2f318..084c698c26ab71bc1580e9c60701fce1c8f23e6f 100644 (file)
@@ -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.
index dd73578d7f183dc07ce799920ee3553ee1b5a771..76533a01af8aae3360767f3d160dde3c090c1173 100644 (file)
@@ -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.,))