From 6bbdfbecded67a8c30a1fe8d5f6e65d8259aee8e Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 13 Feb 2018 15:20:16 +0100 Subject: [PATCH] reinstante pcucontrol on f27; it will come without SSL but better than nothing --- lxc.mk | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/lxc.mk b/lxc.mk index 11519b6e..5a238de5 100644 --- a/lxc.mk +++ b/lxc.mk @@ -312,17 +312,11 @@ IN_MYPLC += www-register-wizard # # pcucontrol # -### remove pcucontrol from the nodes on f27 and above -# f27 comes with openssl-11.0g and in this version -# X509_EXTENSION {aka struct X509_extension_st} has become opaque -# this is mentioned here -# https://github.com/openssl/openssl/issues/2239 -# anyway, needs more work -ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME),f27)" +# WARNING: as of f27 I have to remove support for SSL in pcucontrol +# see pcucontrol.spec for details pcucontrol-MODULES := pcucontrol pcucontrol-SPEC := pcucontrol.spec ALL += pcucontrol -endif # # monitor -- 2.43.0