summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2024-06-07 03:58:24 -0400
committerGitHub <noreply@github.com>2024-06-07 10:58:24 +0300
commit5b8142526c2449c1120c418a1905734ff2275310 (patch)
treec2136ed6d8f83baa2a1894e066b2d9c66aa1a614 /packaging
parent496f8621583e42ef523355b46606e7fb65d23e54 (diff)
Use bundled protobuf for openSUSE packages. (#17827)
* Use bundled protobuf for openSUSE packages. Since their system copy seems to have major issues. * Force vendored Abseil to be a static build. Without this, we end up with linking issues if there’s an existing copy of Abseil on the system.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/cmake/Modules/NetdataProtobuf.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/cmake/Modules/NetdataProtobuf.cmake b/packaging/cmake/Modules/NetdataProtobuf.cmake
index 44f9afc191..e6859e9ddb 100644
--- a/packaging/cmake/Modules/NetdataProtobuf.cmake
+++ b/packaging/cmake/Modules/NetdataProtobuf.cmake
@@ -28,6 +28,7 @@ function(netdata_bundle_protobuf)
if(NEED_ABSL)
set(ABSL_PROPAGATE_CXX_STD On)
set(ABSL_ENABLE_INSTALL Off)
+ set(BUILD_SHARED_LIBS Off)
message(STATUS "Preparing bundled Abseil (required by bundled Protobuf)")
FetchContent_Declare(absl