From d995dfe59b97e9b10e8704a47201c0de36499371 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 22 Nov 2022 12:05:47 +0100 Subject: [PATCH] no need to try and build pcucontrol --- lxc.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lxc.mk b/lxc.mk index 699ead40..9707fb60 100644 --- 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 -- 2.43.0