From 64bc5f4b0a89351e50381e713d8c44b747fa2693 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 20 Dec 2017 15:50:50 +0100 Subject: [PATCH] bypass pcucontrol on f27 for now --- lxc.mk | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lxc.mk b/lxc.mk index 77858afd..11519b6e 100644 --- a/lxc.mk +++ b/lxc.mk @@ -312,9 +312,17 @@ 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)" pcucontrol-MODULES := pcucontrol pcucontrol-SPEC := pcucontrol.spec ALL += pcucontrol +endif # # monitor -- 2.43.0