no need to try and build pcucontrol
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 22 Nov 2022 11:05:47 +0000 (12:05 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 22 Nov 2022 11:05:47 +0000 (12:05 +0100)
lxc.mk

diff --git a/lxc.mk b/lxc.mk
index 699ead4..9707fb6 100644 (file)
--- a/lxc.mk
+++ b/lxc.mk
@@ -149,7 +149,7 @@ ALL += pf2slice
 #                                ^^^
 #Error: This expression has type string but an expression was expected of type bytes
 #
-ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME), f33 f35)"
+ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME), f33 f35 f37)"
 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
@@ -251,7 +251,7 @@ IN_MYPLC += www-register-wizard
 # stdsoap2.cpp:8259:18: error: narrowing conversion of ‘2147483708’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
 #  8259 |       case '<' | 0x80000000:
 #       |                  ^~~~~~~~~~
-ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME), f33 f35)"
+ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME), f33 f35 f37)"
 pcucontrol-MODULES := pcucontrol
 pcucontrol-SPEC := pcucontrol.spec
 ALL += pcucontrol