From e57dc2cbeb99e229646c87a7a6e8d2bbd6b38671 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Thu, 24 May 2018 23:17:55 +0200 Subject: [PATCH] asterisk-13.x: remove sounds cache When there is no sounds cache declared the build system will not attempt to download any sound packs or their SHA1 checksums. This is to be preferred because: a) the build may occur offline, causing it to fail b) plain http is used by the build system for downloading There is no drawback here because the standard sound packs are included in the Asterisk source tarball already. Signed-off-by: Sebastian Kemper --- net/asterisk-13.x/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/asterisk-13.x/Makefile b/net/asterisk-13.x/Makefile index 259c02b..7ff657d 100644 --- a/net/asterisk-13.x/Makefile +++ b/net/asterisk-13.x/Makefile @@ -226,8 +226,7 @@ CONFIGURE_ARGS+= \ --without-tinfo \ --without-vorbis \ --without-vpb \ - --with-z="$(STAGING_DIR)/usr" \ - --with-sounds-cache="$(DL_DIR)" + --with-z="$(STAGING_DIR)/usr" ifeq ($(CONFIG_PACKAGE_$(PKG_NAME)-res-pjproject)$(CONFIG_PACKAGE_$(PKG_NAME)-res-srtp),) CONFIGURE_ARGS+= \