From: maniacikarus Date: Thu, 12 Feb 2009 06:01:29 +0000 (+0100) Subject: Make asterisk without dependecy for multimedia libs X-Git-Tag: v2.5-beta1~176 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cc3232ce6caa3916f9bfae592bc9adac99414f6e;p=ipfire-2.x.git Make asterisk without dependecy for multimedia libs --- 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