From: Thierry Parmentelat Date: Tue, 13 Feb 2018 14:20:16 +0000 (+0100) Subject: reinstante pcucontrol on f27; it will come without SSL but better than nothing X-Git-Tag: py3ok~69 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=6bbdfbecded67a8c30a1fe8d5f6e65d8259aee8e reinstante pcucontrol on f27; it will come without SSL but better than nothing --- 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