From a0af9d27b213eac93380e778b954c5b63cdcce47 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Thu, 30 Apr 2020 19:43:26 +0200 Subject: main/freeswitch: disable, doesn't build with newer autotools versions And upstream said they only support Debian... --- main/freeswitch/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'main/freeswitch') diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD index 640a339cc5..c44e4ce8f6 100644 --- a/main/freeswitch/APKBUILD +++ b/main/freeswitch/APKBUILD @@ -6,7 +6,9 @@ pkgver=1.8.7 pkgrel=1 pkgdesc="A communications platform written in C from the ground up" url="http://www.freeswitch.org" -arch="all" +# Fails to build with more recent autotools versions and upstream only supports debian: +# https://github.com/signalwire/freeswitch/issues/557 +arch="" license="MPL-1.1" makedepends=" bash -- cgit v1.2.3