summaryrefslogtreecommitdiffstats
path: root/package/beecrypt
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-06-05 12:14:52 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-06-05 15:51:04 +0200
commita52c925efe7a83208535a4f346cc66704cb46500 (patch)
treee32612007e58b0de1b88a55d66488afce3cb6697 /package/beecrypt
parent1b862a4fa5ad68467b7a9773e53e8b8c99d1aae7 (diff)
downloadbuildroot-a52c925efe7a83208535a4f346cc66704cb46500.tar.gz
buildroot-a52c925efe7a83208535a4f346cc66704cb46500.zip
package/icu: bump version to 59.1
According to the release notes "Compiler support for C++11 is now required for building the ICU libraries. GCC: version 4.8 and later has been tested." Added corresponding dependencies and reverse dependencies. Removed patch 0006 applied upstream. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/beecrypt')
-rw-r--r--package/beecrypt/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/beecrypt/Config.in b/package/beecrypt/Config.in
index 069f3d5cfd..a007c36a63 100644
--- a/package/beecrypt/Config.in
+++ b/package/beecrypt/Config.in
@@ -14,6 +14,7 @@ if BR2_PACKAGE_BEECRYPT
config BR2_PACKAGE_BEECRYPT_CPP
bool "C++ support"
depends on BR2_INSTALL_LIBSTDCPP
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # icu
depends on BR2_USE_WCHAR # icu
depends on !BR2_BINFMT_FLAT # icu
depends on !BR2_STATIC_LIBS
@@ -21,9 +22,9 @@ config BR2_PACKAGE_BEECRYPT_CPP
help
Enable C++ support. This pulls in the (large) icu package.
-comment "C++ support needs a toolchain w/ C++, wchar, dynamic libraries"
+comment "C++ support needs a toolchain w/ C++, wchar, dynamic libraries, gcc >= 4.8"
depends on !BR2_BINFMT_FLAT
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR \
- || BR2_STATIC_LIBS
+ || BR2_STATIC_LIBS || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
endif # BR2_PACKAGE_BEECRYPT
OpenPOWER on IntegriCloud