3d22f81240
* Update to version 1.33.1. * Drop grpc-find-re2-via-pkgconfig.patch: incorporated upstream (commit 45e413d). * Bump so version from 12 to 13 in keeping with upstream. OBS-URL: https://build.opensuse.org/request/show/843413 OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=70
14 lines
432 B
Diff
14 lines
432 B
Diff
Index: grpc-1.33.1/CMakeLists.txt
|
|
===================================================================
|
|
--- grpc-1.33.1.orig/CMakeLists.txt
|
|
+++ grpc-1.33.1/CMakeLists.txt
|
|
@@ -15805,7 +15805,7 @@ function(generate_pkgconfig name descrip
|
|
"${output_filepath}"
|
|
@ONLY)
|
|
install(FILES "${output_filepath}"
|
|
- DESTINATION "lib/pkgconfig/")
|
|
+ DESTINATION "${gRPC_INSTALL_LIBDIR}/pkgconfig/")
|
|
endfunction()
|
|
|
|
# gpr .pc file
|