From 833246c6aa6c67baec48e96ccb13013316d7d45a Mon Sep 17 00:00:00 2001 From: blogic Date: Mon, 4 Jul 2011 06:59:43 +0000 Subject: [PATCH] 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 git-svn-id: svn://svn.openwrt.org/openwrt/packages@27440 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/asterisk-1.8.x/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/asterisk-1.8.x/Makefile b/net/asterisk-1.8.x/Makefile index 0cbc05d89..a5cc328e1 100644 --- a/net/asterisk-1.8.x/Makefile +++ b/net/asterisk-1.8.x/Makefile @@ -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) -- 2.11.0