From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
To: buildroot@buildroot.org
Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com>,
Marcin Bis <marcin@bis.org.pl>
Subject: [Buildroot] [PATCH 1/2] package/ecryptfs-utils: add pkcs11-helper optional dependency
Date: Mon, 13 Jun 2022 22:31:12 +0200 [thread overview]
Message-ID: <20220613203113.294535-1-fontaine.fabrice@gmail.com> (raw)
pkcs11-helper is an optional dependency which needs openssl
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
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
--
2.35.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2022-06-13 20:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-13 20:31 Fabrice Fontaine [this message]
2022-06-13 20:31 ` [Buildroot] [PATCH 2/2] package/ecryptfs-utils: add libgpgme optional dependency Fabrice Fontaine
2022-06-19 15:57 ` [Buildroot] [PATCH 1/2] package/ecryptfs-utils: add pkcs11-helper " Arnout Vandecappelle
2022-07-19 17:09 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220613203113.294535-1-fontaine.fabrice@gmail.com \
--to=fontaine.fabrice@gmail.com \
--cc=buildroot@buildroot.org \
--cc=marcin@bis.org.pl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.