aboutsummaryrefslogtreecommitdiff
path: root/ports/grpc/disable-csharp-ext.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ports/grpc/disable-csharp-ext.patch')
-rw-r--r--ports/grpc/disable-csharp-ext.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/ports/grpc/disable-csharp-ext.patch b/ports/grpc/disable-csharp-ext.patch
deleted file mode 100644
index 5f3a78691..000000000
--- a/ports/grpc/disable-csharp-ext.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 8c285e7..cffd93f 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -5058,6 +5058,9 @@ endif (gRPC_BUILD_CODEGEN)
-
- endif (gRPC_BUILD_TESTS)
-
-+option(gRPC_INSTALL_CSHARP_EXT "" ON)
-+
-+if (gRPC_INSTALL_CSHARP_EXT)
- add_library(grpc_csharp_ext SHARED
- src/csharp/ext/grpc_csharp_ext.c
- )
-@@ -5101,6 +5104,7 @@ if (gRPC_INSTALL)
- ARCHIVE DESTINATION ${gRPC_INSTALL_LIBDIR}
- )
- endif()
-+endif (gRPC_INSTALL_CSHARP_EXT)
-
- if (gRPC_BUILD_TESTS)
-