From 0f75603f23bbf4f00bf87fd74c2fc35a7c9c9edd Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sun, 26 May 2019 19:51:40 +0200 Subject: [PATCH] asterisk: Remove dependency to jansson. The package has become part of the main system. Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- lfs/asterisk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/asterisk b/lfs/asterisk index 08e2edb308..ab038eb13d 100755 --- a/lfs/asterisk +++ b/lfs/asterisk @@ -28,9 +28,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = asterisk -PAK_VER = 25 +PAK_VER = 26 -DEPS = "jansson libsrtp opus" +DEPS = "libsrtp opus" ############################################################################### # Top-level Rules -- 2.39.5