Merge pull request #333 from micmac1/17.01-disable-ast-sounds-cache
asterisk-13.x: remove sounds cache
This commit is contained in:
commit
abf981fa96
1 changed files with 1 additions and 2 deletions
|
@ -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+= \
|
||||
|
|
Loading…
Reference in a new issue