asterisk-15.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 <sebastian_ml@gmx.net>
This commit is contained in:
parent
94b70e0425
commit
e70c0848cc
1 changed files with 1 additions and 2 deletions
|
@ -557,8 +557,7 @@ CONFIGURE_ARGS+= \
|
||||||
$(if $(CONFIG_PACKAGE_$(PKG_NAME)-res-resolver-unbound),--with-unbound="$(STAGING_DIR)/usr",--without-unbound) \
|
$(if $(CONFIG_PACKAGE_$(PKG_NAME)-res-resolver-unbound),--with-unbound="$(STAGING_DIR)/usr",--without-unbound) \
|
||||||
$(if $(CONFIG_PACKAGE_$(PKG_NAME)-format-ogg-vorbis),--with-vorbis="$(STAGING_DIR)/usr",--without-vorbis) \
|
$(if $(CONFIG_PACKAGE_$(PKG_NAME)-format-ogg-vorbis),--with-vorbis="$(STAGING_DIR)/usr",--without-vorbis) \
|
||||||
--without-vpb \
|
--without-vpb \
|
||||||
--with-z="$(STAGING_DIR)/usr" \
|
--with-z="$(STAGING_DIR)/usr"
|
||||||
--with-sounds-cache="$(DL_DIR)"
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_PACKAGE_$(PKG_NAME)-codec-speex)$(CONFIG_PACKAGE_$(PKG_NAME)-format-ogg-speex)$(CONFIG_PACKAGE_$(PKG_NAME)-func-speex),)
|
ifeq ($(CONFIG_PACKAGE_$(PKG_NAME)-codec-speex)$(CONFIG_PACKAGE_$(PKG_NAME)-format-ogg-speex)$(CONFIG_PACKAGE_$(PKG_NAME)-func-speex),)
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
|
|
Loading…
Reference in a new issue