X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lxc.mk;h=5cb81949e3c452029413e47e421a6f6889fc06e6;hb=efc8519c4f9395f13d0f443802c8eca18db56741;hp=c3d75a3baae8a680751eafd7e79d8ae222d5370c;hpb=5d0f2ee2524724a97c0b8505fe784a8da9b12c6d;p=build.git diff --git a/lxc.mk b/lxc.mk index c3d75a3b..5cb81949 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 @@ -220,9 +229,16 @@ IN_MYPLC += www-register-wizard # # WARNING: as of f27 I have to remove support for SSL in pcucontrol # see pcucontrol.spec for details +# no longer builds in f33 +# stdsoap2.cpp: In function ‘char* soap_string_in(soap*, int, long int, long int)’: +# stdsoap2.cpp:8259:18: error: narrowing conversion of ‘2147483708’ from ‘unsigned int’ to ‘int’ [-Wnarrowing] +# 8259 | case '<' | 0x80000000: +# | ^~~~~~~~~~ +ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME), f33)" pcucontrol-MODULES := pcucontrol pcucontrol-SPEC := pcucontrol.spec ALL += pcucontrol +endif # # monitor