From: Michael Tremer Date: Mon, 21 Sep 2020 15:09:20 +0000 (+0000) Subject: openvmtools: Depend on libtirpc X-Git-Tag: v2.25-core150~7 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=bf6c700798271cb9df71369132a45a398b86c772 openvmtools: Depend on libtirpc Fixes: #12487 Signed-off-by: Michael Tremer --- 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