From: Thierry Parmentelat Date: Tue, 10 Nov 2020 16:07:28 +0000 (+0100) Subject: drop vsys off f33 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=9cacaa82faea5f03bd497c786e88ba1b996e221a drop vsys off f33 --- 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