From efc8519c4f9395f13d0f443802c8eca18db56741 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 10 Nov 2020 20:44:44 +0100 Subject: [PATCH] turn off pcucontrol --- lxc.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lxc.mk b/lxc.mk index 37ccb99f..5cb81949 100644 --- a/lxc.mk +++ b/lxc.mk @@ -229,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 -- 2.43.0