Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libssh: select BR2_PACKAGE_LIBOPENSSL_ENGINES
@ 2024-07-09 20:24 Heiko Thiery
  2024-07-10 14:51 ` Thomas Petazzoni via buildroot
  2024-07-10 21:13 ` Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 8+ messages in thread
From: Heiko Thiery @ 2024-07-09 20:24 UTC (permalink / raw)
  To: buildroot; +Cc: Heiko Thiery

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

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-07-16 10:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-09 20:24 [Buildroot] [PATCH] package/libssh: select BR2_PACKAGE_LIBOPENSSL_ENGINES Heiko Thiery
2024-07-10 14:51 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox