asterisk: no reason to download sounds on each build

Use dl/ to cache the sound files.
have ./Configure instead pass this in.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@27440 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2011-07-04 06:59:43 +00:00
parent 3b3ea7e0d1
commit 833246c6aa

View File

@ -248,6 +248,7 @@ CONFIGURE_ARGS+= \
--without-vorbis \
--without-vpb \
--with-z="$(STAGING_DIR)/usr" \
--with-sounds-cache="$(DL_DIR)" \
--disable-xmldoc
EXTRA_CFLAGS+= $(TARGET_CPPFLAGS)