Cryptsetup development
 help / color / mirror / Atom feed
From: Anton Lundin <glance@ac2.se>
To: cryptsetup@lists.linux.dev
Cc: Anton Lundin <glance@ac2.se>
Subject: [PATCH] Add mbedtls to PKGMODULES
Date: Mon,  1 Jun 2026 22:37:01 +0200	[thread overview]
Message-ID: <20260601203701.1740656-1-glance@ac2.se> (raw)

When cryptsetup is built with --with-crypto_backend=mbedtls, the
pkg-config file for libcryptsetup should include mbedtls.
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 52ddf11b..260b0ab6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -741,6 +741,7 @@ case $with_crypto_backend in
 	openssl) PKGMODULES="$PKGMODULES openssl" ;;
 	nss)     PKGMODULES="$PKGMODULES nss" ;;
 	nettle)  PKGMODULES="$PKGMODULES nettle" ;;
+	mbedtls) PKGMODULES="$PKGMODULES mbedtls" ;;
 esac
 if test "x$enable_libargon2" = "xyes"; then
 	PKGMODULES="$PKGMODULES libargon2"
-- 
2.47.3


             reply	other threads:[~2026-06-01 20:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-01 20:37 Anton Lundin [this message]
2026-06-02 11:41 ` [PATCH] Add mbedtls to PKGMODULES Milan Broz
2026-06-05 17:11   ` Anton Lundin
2026-06-05 18:42     ` Milan Broz

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=20260601203701.1740656-1-glance@ac2.se \
    --to=glance@ac2.se \
    --cc=cryptsetup@lists.linux.dev \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox