summaryrefslogtreecommitdiffstats
path: root/rules/grpc.in
blob: 805b3bc3bc101ec5a8bbf5f227b483885f382f4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
## SECTION=staging
## old section:
### SECTION=system_libraries

menuconfig GRPC
	tristate
	select HOST_CMAKE
	select HOST_GRPC
	select GCCLIBS_CXX
	select GCCLIBS_GCC_S
	select LIBC_DL
	select LIBC_M
	select LIBC_PTHREAD
	select LIBC_RT
	select C_ARES
	select OPENSSL
	select PROTOBUF
	select ZLIB
	prompt "grpc                          "
	help
	  gRPC is a modern, open source, high-performance remote procedure
	  call (RPC) framework.

	  STAGING: remove in PTXdist 2024.03.0
	  Not realy maintained in PTXdist, fails to build on some
	  architectures and with gcc 12 and
	  TARGET_HARDEN_GLIBCXX_ASSERTIONS. Needs updating to new version.

if GRPC

config GRPC_CSHARP_EXTENSION
	bool
	prompt "C# extension"

endif