asterisk: no reason to download sounds on each build
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 4 Jul 2011 06:59:43 +0000 (06:59 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 4 Jul 2011 06:59:43 +0000 (06:59 +0000)
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

net/asterisk-1.8.x/Makefile

index 0cbc05d..a5cc328 100644 (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)