From: Michael Tremer Date: Thu, 3 Jan 2019 15:12:39 +0000 (+0000) Subject: libvirt: The package no longer depends on jansson X-Git-Tag: suricata-rc1~69^2~68 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2aff684f37afc08d6fa4520188e460e888cee2d8;p=people%2Fstevee%2Fipfire-2.x.git libvirt: The package no longer depends on jansson Signed-off-by: Michael Tremer --- 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