From 2aff684f37afc08d6fa4520188e460e888cee2d8 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 3 Jan 2019 15:12:39 +0000 Subject: [PATCH] libvirt: The package no longer depends on jansson Signed-off-by: Michael Tremer --- lfs/libvirt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libvirt b/lfs/libvirt index 0bda497ce8..d0742e8100 100644 --- a/lfs/libvirt +++ b/lfs/libvirt @@ -33,9 +33,9 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = i586 x86_64 PROG = libvirt -PAK_VER = 18 +PAK_VER = 19 -DEPS = "jansson libpciaccess libyajl ncat qemu" +DEPS = "libpciaccess libyajl ncat qemu" ############################################################################### # Top-level Rules -- 2.39.5