From 3d5c33f05790b87b142eab274cf27de439646735 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 31 Aug 2020 18:39:01 +0200 Subject: [PATCH] libvirt: add libtirpc to dependencies libvirt is linked against libtirpc so this need to installed. Signed-off-by: Arne Fitzenreiter --- lfs/libvirt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libvirt b/lfs/libvirt index 4d8fe806f5..cd5e32f626 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 = 23 +PAK_VER = 24 -DEPS = ebtables libpciaccess libyajl ncat qemu +DEPS = ebtables libpciaccess libtirpc libyajl ncat qemu ############################################################################### # Top-level Rules -- 2.39.2