diff options
| author | ras0219 <533828+ras0219@users.noreply.github.com> | 2021-04-23 10:40:07 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-23 10:40:07 -0700 |
| commit | e4096d6c17799638de97ceca4583d9adfc54b87b (patch) | |
| tree | 9b9994234552e28c96934dd7ab489554b34109e2 /ports/upb/fix-uwp.patch | |
| parent | 46de713371cc0161276a2668547901f684aef014 (diff) | |
| download | vcpkg-e4096d6c17799638de97ceca4583d9adfc54b87b.tar.gz vcpkg-e4096d6c17799638de97ceca4583d9adfc54b87b.zip | |
[grpc][upb] Update to newer versions (#17422)
* [gRPC] 1.36.4
* [upb] update to 2020-12-19
* update version
* [upb] Fix config.cmake file
* [grpc] Restore using system upb
* [grpc][upb] Version db changes
* [grpc][upb] Fix building upbdefs in grpc
Co-authored-by: Jeong YunWon <jeong@youknowone.org>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Diffstat (limited to 'ports/upb/fix-uwp.patch')
| -rw-r--r-- | ports/upb/fix-uwp.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ports/upb/fix-uwp.patch b/ports/upb/fix-uwp.patch index bbc8e257a..cbd62f602 100644 --- a/ports/upb/fix-uwp.patch +++ b/ports/upb/fix-uwp.patch @@ -1,8 +1,8 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index eda6a72..386966f 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -58,6 +58,10 @@ elseif(UNIX) +diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt +index a6b432f..003615e 100644 +--- a/cmake/CMakeLists.txt ++++ b/cmake/CMakeLists.txt +@@ -59,6 +59,10 @@ elseif(UNIX) set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,--build-id") endif() @@ -12,12 +12,12 @@ index eda6a72..386966f 100644 + enable_testing() - add_library(port + add_library(port INTERFACE) diff --git a/upb/json_decode.c b/upb/json_decode.c -index 953d238..5185ffd 100644 +index bb33744..1fadd26 100644 --- a/upb/json_decode.c +++ b/upb/json_decode.c -@@ -1138,7 +1138,7 @@ static void jsondec_struct(jsondec *d, upb_msg *msg, const upb_msgdef *m) { +@@ -1160,7 +1160,7 @@ static void jsondec_struct(jsondec *d, upb_msg *msg, const upb_msgdef *m) { static void jsondec_wellknownvalue(jsondec *d, upb_msg *msg, const upb_msgdef *m) { upb_msgval val; |
