aboutsummaryrefslogtreecommitdiff
path: root/ports/grpc/00006-crypt32.patch
diff options
context:
space:
mode:
authorJozef Izso <jozef.izso@gmail.com>2019-09-09 17:59:28 +0200
committerCurtis J Bezault <curtbezault@gmail.com>2019-09-09 08:59:28 -0700
commit135474a7302ea6043d5eecef6e27daf7fe36b24b (patch)
tree6c0e7be9f9fe114646304ba5abec318f7329dcee /ports/grpc/00006-crypt32.patch
parente87cc3abb7c1cc9b3c4cb0ca81984bcd58b87aaa (diff)
downloadvcpkg-135474a7302ea6043d5eecef6e27daf7fe36b24b.tar.gz
vcpkg-135474a7302ea6043d5eecef6e27daf7fe36b24b.zip
[grpc] Update grpc to 1.23.0 (#8109)
Diffstat (limited to 'ports/grpc/00006-crypt32.patch')
-rw-r--r--ports/grpc/00006-crypt32.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/grpc/00006-crypt32.patch b/ports/grpc/00006-crypt32.patch
new file mode 100644
index 000000000..312e70ef3
--- /dev/null
+++ b/ports/grpc/00006-crypt32.patch
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index b3ca615..21b5aaf 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -171,7 +171,7 @@ elseif(UNIX)
+ endif()
+
+ if(WIN32 AND MSVC)
+- set(_gRPC_BASELIB_LIBRARIES wsock32 ws2_32 gdi32)
++ set(_gRPC_BASELIB_LIBRARIES wsock32 ws2_32 gdi32 crypt32)
+ endif()
+
+ # Create directory for generated .proto files