libvirt: add libtirpc to dependencies

libvirt is linked against libtirpc so this need to installed.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2020-08-31 18:39:01 +02:00
parent eefe8acbea
commit 0216f1ecdd

View File

@@ -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