From cc3232ce6caa3916f9bfae592bc9adac99414f6e Mon Sep 17 00:00:00 2001 From: maniacikarus Date: Thu, 12 Feb 2009 07:01:29 +0100 Subject: [PATCH] Make asterisk without dependecy for multimedia libs --- lfs/asterisk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/asterisk b/lfs/asterisk index 039ec61f04..4644b7b375 100644 --- a/lfs/asterisk +++ b/lfs/asterisk @@ -32,11 +32,11 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = asterisk -PAK_VER = 3 +PAK_VER = 4 CHAN_CAPI = chan_capi-1.0.2 -DEPS = "sox libpri spandsp libmad" +DEPS = "libpri spandsp" ############################################################################### # Top-level Rules -- 2.39.2