From 9cacaa82faea5f03bd497c786e88ba1b996e221a Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 10 Nov 2020 17:07:28 +0100 Subject: [PATCH] drop vsys off f33 --- lxc.mk | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lxc.mk b/lxc.mk index c3d75a3b..37ccb99f 100644 --- a/lxc.mk +++ b/lxc.mk @@ -134,12 +134,21 @@ ALL += pf2slice # # vsys # +# dropped in f33: +#ocamlopt -c -o inotify.cmx inotify.ml +#File "inotify.ml", line 95, characters 27-30: +#95 | let toread = Unix.read fd buf 0 toread in +# ^^^ +#Error: This expression has type string but an expression was expected of type bytes +# +ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME), f33)" vsys-MODULES := vsys vsys-SPEC := vsys.spec # ocaml-docs is not needed anymore but keep it on a tmp basis as some tags may still have it vsys-STOCK-DEVEL-RPMS += ocaml-ocamldoc ocaml-docs IN_NODEIMAGE += vsys ALL += vsys +endif # # vsyssh : installed in slivers -- 2.43.0