- fuse added as dependency as it has been moved from core to addon - No change to rootfiles
Signed-off-by: Adolf Belka ahb.ipfire@gmail.com --- 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