author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 30 Jul 2016 11:52:14 +0000 (13:52 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Mon, 1 Aug 2016 09:52:34 +0000 (11:52 +0200) | ||
commit | aab18e7e241037235293cb1507d1f0ab17f13433 | |
tree | 4b58ac905748decbd9930ad00f3aeb2d08261b9c | tree | snapshot |
parent | b599cc64d3ba270fb9fb7116631a01b7404f1a9b | commit | diff |
Use pkg-config to configure grpc plugin
- Check for libgrpc++ instead of libgrpc
- Add check for libprotobuf
- Add configure options --with-libgrpc++, --with-libprotobuf and --with-libprotobuf-c
- Add precious variable PROTOC for path to the protoc compiler
- Add precious variable PROTOC_C for path to the protoc-c compiler
- Add precious variable GRPC_CPP_PLUGIN for path to the grpc_cpp_plugin binary
Fixes #1817
- Check for libgrpc++ instead of libgrpc
- Add check for libprotobuf
- Add configure options --with-libgrpc++, --with-libprotobuf and --with-libprotobuf-c
- Add precious variable PROTOC for path to the protoc compiler
- Add precious variable PROTOC_C for path to the protoc-c compiler
- Add precious variable GRPC_CPP_PLUGIN for path to the grpc_cpp_plugin binary
Fixes #1817
configure.ac | diff | blob | history | |
src/Makefile.am | diff | blob | history |