From 134b76e80e0f7d588119b542dc9d421fb25cd79f Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Mar 07 2019 17:04:08 +0000 Subject: The pkcs11 modules should not provide the pkgconfig and do not need to ship .so objects in the devel subpackage --- diff --git a/guidelines/modules/ROOT/pages/Pkcs11Support.adoc b/guidelines/modules/ROOT/pages/Pkcs11Support.adoc index 428fb8e..9fbeff4 100644 --- a/guidelines/modules/ROOT/pages/Pkcs11Support.adoc +++ b/guidelines/modules/ROOT/pages/Pkcs11Support.adoc @@ -22,7 +22,8 @@ Once a module is registered the tokens/HSMs provided by it should be listed in t $ p11tool --list-tokens - + +The packages SHOULD NOT provide the package config `*.pc` files for the PKCS#11 modules, since the applications are not supposed to link directly against these libraries. The PKCS#11 module shared object SHOULD NOT be in the -devel subpackage either. [#registered] == How applications take advantage of registered provider modules