From bf6c700798271cb9df71369132a45a398b86c772 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 21 Sep 2020 15:09:20 +0000 Subject: [PATCH] openvmtools: Depend on libtirpc Fixes: #12487 Signed-off-by: Michael Tremer --- lfs/openvmtools | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/openvmtools b/lfs/openvmtools index fe0e0b16b8..fb0d312a54 100644 --- a/lfs/openvmtools +++ b/lfs/openvmtools @@ -33,9 +33,9 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = x86_64 i586 PROG = openvmtools -PAK_VER = 5 +PAK_VER = 6 -DEPS = +DEPS = libtirpc CFLAGS += -Wno-error=array-bounds -- 2.39.5