diff options
| author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2020-01-06 15:24:51 -0500 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2020-01-06 12:24:51 -0800 |
| commit | ebe505081b667a9f9a56596057f63ed20be237a5 (patch) | |
| tree | 28096e04ab546987413f4cea285a8f9a56830e9e /ports/grpc/00007-disable_grpcpp_channelz.patch | |
| parent | 1f88f2098bed988792bd10fd9fffc82c3a1e9069 (diff) | |
| download | vcpkg-ebe505081b667a9f9a56596057f63ed20be237a5.tar.gz vcpkg-ebe505081b667a9f9a56596057f63ed20be237a5.zip | |
[grpc] Upgrade to gRPC-1.26.0 (#9363)
* WIP - Upgrade gRPC to 1.26.0
* Updated patch 00001
* Update 00002 patch.
* Update 00003
* Update 00005
* Remove 00007 patch.
* Really fix patch 00005
* Use CRLF for patches as before :shrug:
Diffstat (limited to 'ports/grpc/00007-disable_grpcpp_channelz.patch')
| -rw-r--r-- | ports/grpc/00007-disable_grpcpp_channelz.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/ports/grpc/00007-disable_grpcpp_channelz.patch b/ports/grpc/00007-disable_grpcpp_channelz.patch deleted file mode 100644 index 282689daa..000000000 --- a/ports/grpc/00007-disable_grpcpp_channelz.patch +++ /dev/null @@ -1,34 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt
-index a7fdb1fcd5..ae3bf61daf 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -4806,7 +4806,7 @@ if (gRPC_INSTALL)
- endif()
-
-
--if (gRPC_BUILD_CODEGEN)
-+if (gRPC_BUILD_CODEGEN AND NOT gRPC_USE_PROTO_LITE)
- add_library(grpcpp_channelz
- src/cpp/server/channelz/channelz_service.cc
- src/cpp/server/channelz/channelz_service_plugin.cc
-@@ -4865,7 +4865,7 @@ foreach(_hdr
- endforeach()
-
-
--if (gRPC_BUILD_CODEGEN)
-+if (gRPC_BUILD_CODEGEN AND NOT gRPC_USE_PROTO_LITE)
-
- if (gRPC_INSTALL)
- install(TARGETS grpcpp_channelz EXPORT gRPCTargets
-@@ -4874,9 +4874,9 @@ if (gRPC_INSTALL)
- ARCHIVE DESTINATION ${gRPC_INSTALL_LIBDIR}
- )
- endif()
--endif (gRPC_BUILD_CODEGEN)
-+endif (gRPC_BUILD_CODEGEN AND NOT gRPC_USE_PROTO_LITE)
-
--endif (gRPC_BUILD_CODEGEN)
-+endif (gRPC_BUILD_CODEGEN AND NOT gRPC_USE_PROTO_LITE)
- if (gRPC_BUILD_TESTS)
-
- if (gRPC_BUILD_CODEGEN)
|
