Jan Engelhardt
479b000ea2
* Update to version 1.45.0. * Add grpc-no-return-from-non-void-function.patch to return a default string from a function defined to return a string. OBS-URL: https://build.opensuse.org/request/show/963078 OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=108
19 lines
608 B
Diff
19 lines
608 B
Diff
Date: Sun Oct 11 16:14:38 UTC 2020
|
|
From: Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
Make path for pkgconfig file installation consistent with gRPC_INSTALL_LIBDIR specification
|
|
|
|
Index: grpc-1.45.0/CMakeLists.txt
|
|
===================================================================
|
|
--- grpc-1.45.0.orig/CMakeLists.txt
|
|
+++ grpc-1.45.0/CMakeLists.txt
|
|
@@ -17363,7 +17363,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
|