Is there some way to make grpc use third_party force when compile

24 views
Skip to first unread message

black cat

unread,
Nov 23, 2016, 2:11:38 AM11/23/16
to grpc.io
There are other version openssl,protobuf or other third party in OS. When I compile grpc, grpc use the/usr/local file but not in third_party. Is there any way to force grpc use third_party?

Nicolas Noble

unread,
Mar 14, 2017, 7:13:28 PM3/14/17
to grpc.io
It's usually not a good idea, because that means your gRPC library won't be using the same code as the rest of the system. If you insist however, there are a few EMBED_xxx variables you can use. For forcing the third_party SSL library to be built in for instance, you can say EMBED_OPENSSL=true
Reply all
Reply to author
Forward
0 new messages