From: Thierry Parmentelat Date: Tue, 10 Nov 2020 19:44:44 +0000 (+0100) Subject: turn off pcucontrol X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=efc8519c4f9395f13d0f443802c8eca18db56741 turn off pcucontrol --- 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