From: Heiko Thiery <heiko.thiery@gmail.com>
To: buildroot@buildroot.org
Cc: Heiko Thiery <heiko.thiery@gmail.com>
Subject: [Buildroot] [PATCH] package/libssh: select BR2_PACKAGE_LIBOPENSSL_ENGINES
Date: Tue, 9 Jul 2024 22:24:39 +0200 [thread overview]
Message-ID: <20240709202438.27298-1-heiko.thiery@gmail.com> (raw)
This fixes link time errors, undefined references to various ENGINE_*
functions in case libopenssl backend is used.
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
package/libssh/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/libssh/Config.in b/package/libssh/Config.in
index 1f271a692e..eaec754414 100644
--- a/package/libssh/Config.in
+++ b/package/libssh/Config.in
@@ -36,6 +36,7 @@ config BR2_PACKAGE_LIBSSH_LIBGCRYPT
config BR2_PACKAGE_LIBSSH_OPENSSL
bool "openssl"
depends on BR2_PACKAGE_OPENSSL
+ select BR2_PACKAGE_LIBOPENSSL_ENGINES
endchoice
--
2.20.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2024-07-09 20:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-09 20:24 Heiko Thiery [this message]
2024-07-10 14:51 ` [Buildroot] [PATCH] package/libssh: select BR2_PACKAGE_LIBOPENSSL_ENGINES Thomas Petazzoni via buildroot
2024-07-10 15:18 ` Heiko Thiery
2024-07-11 0:43 ` Joachim Wiberg
2024-07-10 21:13 ` Thomas Petazzoni via buildroot
2024-07-16 9:10 ` Joachim Wiberg
2024-07-16 9:21 ` Baruch Siach via buildroot
2024-07-16 10:40 ` Joachim Wiberg
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=20240709202438.27298-1-heiko.thiery@gmail.com \
--to=heiko.thiery@gmail.com \
--cc=buildroot@buildroot.org \
/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.