From: Bernd Kuhls <bernd@kuhls.net>
To: buildroot@buildroot.org
Subject: [Buildroot] [PATCH 2/2] package/tor: needs openssl with threads
Date: Thu, 20 Jul 2023 19:53:19 +0200 [thread overview]
Message-ID: <20230720175319.151079-2-bernd@kuhls.net> (raw)
In-Reply-To: <20230720175319.151079-1-bernd@kuhls.net>
Fixes:
http://autobuild.buildroot.net/results/b8e/b8efae5bf6ac3b51e8443951ef1dd88824af3f2b/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/tor/Config.in | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/package/tor/Config.in b/package/tor/Config.in
index 52009267e2..de35c34492 100644
--- a/package/tor/Config.in
+++ b/package/tor/Config.in
@@ -2,8 +2,8 @@ config BR2_PACKAGE_TOR
bool "tor"
depends on BR2_USE_MMU # fork()
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
+ depends on BR2_PACKAGE_OPENSSL_HAS_THREADS
select BR2_PACKAGE_LIBEVENT
- select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_ZLIB
help
Tor is free software and an open network that helps you
@@ -17,3 +17,7 @@ config BR2_PACKAGE_TOR
comment "tor needs a toolchain w/ NPTL"
depends on BR2_USE_MMU
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
+
+comment "tor needs a thread-enabled openssl library (libressl or dynamically-linked openssl)"
+ depends on BR2_USE_MMU
+ depends on !BR2_PACKAGE_OPENSSL_HAS_THREADS
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2023-07-20 17:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-20 17:53 [Buildroot] [PATCH 1/2] package/openssl: statically-linked openssl does not provide threads Bernd Kuhls
2023-07-20 17:53 ` Bernd Kuhls [this message]
2023-07-20 21:21 ` Thomas Petazzoni via buildroot
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=20230720175319.151079-2-bernd@kuhls.net \
--to=bernd@kuhls.net \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox