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