projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b0946a
)
botan: requires a toolchain with threads
author
Francois Perrad
<fperrad@gmail.com>
Fri, 10 Oct 2014 17:45:20 +0000
(19:45 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Sat, 11 Oct 2014 05:39:41 +0000
(07:39 +0200)
fixes http://autobuild.buildroot.org/results/3df/
3dfc002d8c19001dea4f13aa06cc6ec3f65fc4cb
/
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/botan/Config.in
patch
|
blob
|
history
diff --git
a/package/botan/Config.in
b/package/botan/Config.in
index dc9aa05281e1954ef3a634bb6c24b27f3c61274d..733dc8965a1b986a82b6357030a123d077a398f3 100644
(file)
--- a/
package/botan/Config.in
+++ b/
package/botan/Config.in
@@
-8,12
+8,13
@@
config BR2_PACKAGE_BOTAN_ARCH_SUPPORTS
config BR2_PACKAGE_BOTAN
bool "botan"
depends on BR2_INSTALL_LIBSTDCPP
+ depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_PACKAGE_BOTAN_ARCH_SUPPORTS
help
Botan is a crypto library for C++
http://botan.randombit.net
-comment "botan needs a toolchain w/ C++"
- depends on !BR2_INSTALL_LIBSTDCPP
+comment "botan needs a toolchain w/ C++
, threads
"
+ depends on !BR2_
TOOLCHAIN_HAS_THREADS || !BR2_
INSTALL_LIBSTDCPP
depends on BR2_PACKAGE_BOTAN_ARCH_SUPPORTS