X-Git-Url: http://git.onelab.eu/?p=build.git;a=blobdiff_plain;f=lxc.mk;h=37ccb99f94e3d4acbd1c1aa209a80c596ca7eabe;hp=c3d75a3baae8a680751eafd7e79d8ae222d5370c;hb=9cacaa82faea5f03bd497c786e88ba1b996e221a;hpb=939722e3330ecdf3e17aaf3b387bf8a740865b4d 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