summaryrefslogtreecommitdiff
path: root/net/grpc/patches
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2020-01-05 17:01:19 +0000
committerleot <leot@pkgsrc.org>2020-01-05 17:01:19 +0000
commitc6ef53e6e300f0e3f55dfc81dbb2fa67f271bf72 (patch)
tree4ba1962c39cf38d7b782d8b77084c0570f5d57c0 /net/grpc/patches
parent94c29851b341398806b8890b08dca8a3f393a211 (diff)
downloadpkgsrc-c6ef53e6e300f0e3f55dfc81dbb2fa67f271bf72.tar.gz
grpc: Add a version number to libupb too
Fixes PLIST mismatches.
Diffstat (limited to 'net/grpc/patches')
-rw-r--r--net/grpc/patches/patch-CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/grpc/patches/patch-CMakeLists.txt b/net/grpc/patches/patch-CMakeLists.txt
index c8c92857b3d..73e3055a711 100644
--- a/net/grpc/patches/patch-CMakeLists.txt
+++ b/net/grpc/patches/patch-CMakeLists.txt
@@ -1,4 +1,4 @@
-$NetBSD: patch-CMakeLists.txt,v 1.7 2020/01/03 08:21:36 adam Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.8 2020/01/05 17:01:19 leot Exp $
Add version number to shared libraries.
@@ -13,7 +13,7 @@ Add version number to shared libraries.
ARGS --grpc_out=generate_mock_code=true:${_gRPC_PROTO_GENS_DIR}
--cpp_out=${_gRPC_PROTO_GENS_DIR}
--plugin=protoc-gen-grpc=${_gRPC_CPP_PLUGIN}
-@@ -18361,6 +18361,23 @@ install(FILES
+@@ -18361,6 +18361,24 @@ install(FILES
DESTINATION ${gRPC_INSTALL_CMAKEDIR}
)
@@ -30,6 +30,7 @@ Add version number to shared libraries.
+ grpc_plugin_support
+ grpc_unsecure
+ grpcpp_channelz
++ upb
+)
+ set_target_properties(${_lib} PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1)
+endforeach()