Merge pull request #333 from micmac1/17.01-disable-ast-sounds-cache

asterisk-13.x: remove sounds cache
This commit is contained in:
Jiri Slachta 2018-05-27 07:32:01 +02:00 committed by GitHub
commit abf981fa96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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+= \