summaryrefslogtreecommitdiff
path: root/package/beecrypt/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-12-14 15:19:20 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2011-12-14 22:54:04 +0100
commit8145105ee348fe560222cb8a244188659d636690 (patch)
tree62ceb163481865f1cc176f7812724a24450ad1e2 /package/beecrypt/Config.in
parent02ad75e9ee750782a8186d6aec8c478528735f1b (diff)
beecrypt: bump version, build with C++ support if available
The issue with cppglue.cxx is still present in 4.2.1, but the previous workaround had to be extended to allow builds with C++ support. Similary, the ICU check didn't handle cross compilation. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/beecrypt/Config.in')
-rw-r--r--package/beecrypt/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/beecrypt/Config.in b/package/beecrypt/Config.in
index 264516eba..2673877ba 100644
--- a/package/beecrypt/Config.in
+++ b/package/beecrypt/Config.in
@@ -1,6 +1,10 @@
config BR2_PACKAGE_BEECRYPT
bool "beecrypt"
+ select BR2_PACKAGE_ICU if BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR
help
Beecrypt is a general-purpose cryptography library.
http://beecrypt.sf.net
+
+comment "beecrypt C++ support requires a toolchain with WCHAR enabled"
+ depends on BR2_INSTALL_LIBSTDCPP && !BR2_USE_WCHAR