|
@@ -6,6 +6,7 @@ config BR2_PACKAGE_GRPC
|
|
|
depends on BR2_HOST_GCC_AT_LEAST_4_8 # protobuf
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # protobuf
|
|
|
depends on !BR2_STATIC_LIBS # protobuf
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_ATOMIC
|
|
|
select BR2_PACKAGE_C_ARES
|
|
|
select BR2_PACKAGE_OPENSSL
|
|
|
select BR2_PACKAGE_PROTOBUF
|
|
@@ -17,6 +18,7 @@ config BR2_PACKAGE_GRPC
|
|
|
http://github.com/grpc/grpc
|
|
|
|
|
|
comment "grpc needs a toolchain w/ C++, threads, dynamic library, host and target gcc >= 4.8"
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_ATOMIC
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS \
|
|
|
|| BR2_STATIC_LIBS || !BR2_HOST_GCC_AT_LEAST_4_8 \
|
|
|
|| !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|