[Buildroot] [PATCH 1/2] package/ecryptfs-utils: add pkcs11-helper optional dependency

Arnout Vandecappelle arnout at mind.be
Sun Jun 19 15:57:18 UTC 2022



On 13/06/2022 22:31, Fabrice Fontaine wrote:
> pkcs11-helper is an optional dependency which needs openssl
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>

  Applied both to master, thanks.

  Regards,
  Arnout

> ---
>   package/ecryptfs-utils/ecryptfs-utils.mk | 8 ++++++++
>   1 file changed, 8 insertions(+)
> 
> diff --git a/package/ecryptfs-utils/ecryptfs-utils.mk b/package/ecryptfs-utils/ecryptfs-utils.mk
> index 737c5b0ebb..393ea4da78 100644
> --- a/package/ecryptfs-utils/ecryptfs-utils.mk
> +++ b/package/ecryptfs-utils/ecryptfs-utils.mk
> @@ -26,6 +26,14 @@ endif
>   ifeq ($(BR2_PACKAGE_OPENSSL),y)
>   ECRYPTFS_UTILS_CONF_OPTS += --enable-openssl
>   ECRYPTFS_UTILS_DEPENDENCIES += openssl
> +
> +ifeq ($(BR2_PACKAGE_PKCS11_HELPER),y)
> +ECRYPTFS_UTILS_CONF_OPTS += --enable-pkcs11-helper
> +ECRYPTFS_UTILS_DEPENDENCIES += pkcs11-helper
> +else
> +ECRYPTFS_UTILS_CONF_OPTS += --disable-pkcs11-helper
> +endif
> +
>   else
>   ECRYPTFS_UTILS_CONF_OPTS += --disable-openssl
>   endif



More information about the buildroot mailing list