From: John Crispin Date: Mon, 4 Jul 2011 06:59:43 +0000 (+0000) Subject: asterisk: no reason to download sounds on each build X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e9a760d95fa4618fbd0e26716a13822a1134c409;p=openwrt%2Fsvn-archive%2Farchive.git 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 SVN-Revision: 27440 --- diff --git a/net/asterisk-1.8.x/Makefile b/net/asterisk-1.8.x/Makefile index 0cbc05d89f..a5cc328e17 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)