* [Buildroot] [PATCH 1/1] package/minisign: needs threads
@ 2024-02-11 9:38 Fabrice Fontaine
2024-02-11 15:27 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2024-02-11 9:38 UTC (permalink / raw)
To: buildroot; +Cc: Fabrice Fontaine, Patrick Oppenlander
Fix the following build failure raised since the addition of the package
in commit d90ac63d9b3448a239bb9aa8030326699a3fdc3d:
Could NOT find Threads (missing: Threads_FOUND)
Fixes:
- http://autobuild.buildroot.org/results/8d63a88291de945661a936d2437917a3428de276
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/minisign/Config.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/minisign/Config.in b/package/minisign/Config.in
index b852903921..a211177925 100644
--- a/package/minisign/Config.in
+++ b/package/minisign/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_MINISIGN
bool "minisign"
+ depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_LIBSODIUM
select BR2_PACKAGE_LIBSODIUM_FULL
help
@@ -7,3 +8,6 @@ config BR2_PACKAGE_MINISIGN
signatures.
https://github.com/jedisct1/minisign
+
+comment "minisign needs a toolchain w/ threads"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-02-11 15:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-11 9:38 [Buildroot] [PATCH 1/1] package/minisign: needs threads Fabrice Fontaine
2024-02-11 15:27 ` Thomas Petazzoni via buildroot
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.