]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
asterisk: Remove dependency to jansson.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 26 May 2019 17:51:40 +0000 (19:51 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 May 2019 13:39:19 +0000 (14:39 +0100)
The package has become part of the main system.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/asterisk

index 08e2edb3084973573a330613681565fca5a58dc3..ab038eb13d264df0c1bcd8d7781b33b8d77e2cf3 100755 (executable)
@@ -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