summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Kemper2018-02-03 13:55:41 +0000
committerSebastian Kemper2018-02-03 13:55:42 +0000
commit74d4c0522222b6157a1b40be275860154fef4c0a (patch)
treee1e5e44453d1768a942bbfbbf09da2de218ceb56
parent262d9e7b8be27d8228c4eec47b67b365b1836591 (diff)
downloadtelephony-74d4c0522222b6157a1b40be275860154fef4c0a.tar.gz
yate: fix compile failures on ARC
- perl and postgresql do not compile on ARC; disable the modules accordingly - ilbcwebrtc and isac also cause build failures on ARC; disable them as well. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
-rw-r--r--net/yate/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/net/yate/Makefile b/net/yate/Makefile
index c6adb83..160d583 100644
--- a/net/yate/Makefile
+++ b/net/yate/Makefile
@@ -12,7 +12,7 @@ RELEASEVER:=6.0.0
PKG_NAME:=yate
PKG_VERSION:=$(RELEASEVER)-1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://yate.null.ro/tarballs/yate6/
@@ -58,7 +58,8 @@ define Package/$(PKG_NAME)-scripts-perl
$(call Package/yate/Default)
DEPENDS += $(PKG_NAME) \
+PACKAGE_$(PKG_NAME)-scripts-perl:$(PKG_NAME)-mod-extmodule \
- +PACKAGE_$(PKG_NAME)-scripts-perl:perlbase-data
+ +PACKAGE_$(PKG_NAME)-scripts-perl:perlbase-data \
+ @!arc
TITLE:= Perl module for Yate
endef
@@ -230,8 +231,8 @@ $(eval $(call BuildPlugin,filetransfer,,File Transfer Driver,,,y))
$(eval $(call BuildPlugin,gvoice,,Google Voice support,,,y))
$(eval $(call BuildPlugin,heartbeat,server,Linux-HA compatible heartbeat,,,y))
$(eval $(call BuildPlugin,ilbccodec,,iLBC Codec,))
-$(eval $(call BuildPlugin,ilbcwebrtc,,iLBC Codec from the WebRTC project,))
-$(eval $(call BuildPlugin,isaccodec,,internet Speech Audio Codec,))
+$(eval $(call BuildPlugin,ilbcwebrtc,,iLBC Codec from the WebRTC project,@!arc))
+$(eval $(call BuildPlugin,isaccodec,,internet Speech Audio Codec,@!arc))
$(eval $(call BuildPlugin,isupmangler,sig,ISUP parameter mangling in a STP,,,y))
$(eval $(call BuildPlugin,jabberclient,client,Jabber Client,,,y))
$(eval $(call BuildPlugin,jabberserver,jabber,Jabber Server,,,y))
@@ -251,7 +252,7 @@ $(eval $(call BuildPlugin,osschan,client,OSS Sound Channel,))
$(eval $(call BuildPlugin,park,server,Call Parking,))
$(eval $(call BuildPlugin,pbx,,PBX Message Handlers,))
$(eval $(call BuildPlugin,pbxassist,server,Full featured PBX and IVR,,,y))
-$(eval $(call BuildPlugin,pgsqldb,server,PostgrestSQL Backend DB,+libpq))
+$(eval $(call BuildPlugin,pgsqldb,server,PostgrestSQL Backend DB,@!arc +libpq))
$(eval $(call BuildPlugin,presence,server,Presence,,,y))
$(eval $(call BuildPlugin,queues,server,Call Distribution and Queues from Database,,,y))
$(eval $(call BuildPlugin,queuesnotify,server,Notify when queued call status changes,,,y))