From: Thierry Parmentelat Date: Wed, 20 Dec 2017 14:50:50 +0000 (+0100) Subject: bypass pcucontrol on f27 for now X-Git-Tag: py3ok~73 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=64bc5f4b0a89351e50381e713d8c44b747fa2693 bypass pcucontrol on f27 for now --- 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