asterisk-13.x: remove sounds cache 333/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Thu, 24 May 2018 21:17:55 +0000 (23:17 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Thu, 24 May 2018 21:18:38 +0000 (23:18 +0200)
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 <sebastian_ml@gmx.net>
net/asterisk-13.x/Makefile

index 259c02b64b6f568db9d7befa38fdc1dd76f43146..7ff657df140a8815c5cfe841234442c8b27ca021 100644 (file)
@@ -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+= \