From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 5/5] openvmtools: add fuse as dependency Date: Wed, 13 Jan 2021 16:00:41 +0100 Message-ID: <20210113150041.3660280-1-ahb.ipfire@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6179763297600693793==" List-Id: --===============6179763297600693793== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit - fuse added as dependency as it has been moved from core to addon - No change to rootfiles Signed-off-by: Adolf Belka --- lfs/openvmtools | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/openvmtools b/lfs/openvmtools index fb0d312a5..ef4fe9ad0 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 = 6 +PAK_VER = 7 -DEPS = libtirpc +DEPS = libtirpc fuse CFLAGS += -Wno-error=array-bounds -- 2.30.0 --===============6179763297600693793==--