From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 2/2] asterisk: Remove dependency to jansson. Date: Sun, 26 May 2019 19:51:40 +0200 Message-ID: <20190526175140.3231-2-stefan.schantl@ipfire.org> In-Reply-To: <20190526175140.3231-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7792644122542316164==" List-Id: --===============7792644122542316164== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The package has become part of the main system. Signed-off-by: Stefan Schantl --- lfs/asterisk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/asterisk b/lfs/asterisk index 08e2edb30..ab038eb13 100755 --- a/lfs/asterisk +++ b/lfs/asterisk @@ -28,9 +28,9 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D asterisk -PAK_VER =3D 25 +PAK_VER =3D 26 =20 -DEPS =3D "jansson libsrtp opus" +DEPS =3D "libsrtp opus" =20 ############################################################################= ### # Top-level Rules --=20 2.20.1 --===============7792644122542316164==--