bypass pcucontrol on f27 for now
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 20 Dec 2017 14:50:50 +0000 (15:50 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 20 Dec 2017 14:50:50 +0000 (15:50 +0100)
lxc.mk

diff --git a/lxc.mk b/lxc.mk
index 77858af..11519b6 100644 (file)
--- 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