From 8145105ee348fe560222cb8a244188659d636690 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 14 Dec 2011 15:19:20 +0100 Subject: 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 --- package/beecrypt/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/beecrypt/Config.in') 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 -- cgit v1.2.3