Thanks, applied as e2c035eb7844b8b8789cbbce10ef8c9080756119. Michael
[sent from post-receive hook] On Sun, 26 Oct 2025 21:32:53 +0100, Sven Püschel <[email protected]> wrote: > https://github.com/abseil/abseil-cpp/releases/tag/20230802.2 > https://github.com/abseil/abseil-cpp/releases/tag/20230802.3 > https://github.com/abseil/abseil-cpp/releases/tag/20240116.0 > https://github.com/abseil/abseil-cpp/releases/tag/20240116.1 > https://github.com/abseil/abseil-cpp/releases/tag/20240116.2 > https://github.com/abseil/abseil-cpp/releases/tag/20240116.3 > https://github.com/abseil/abseil-cpp/releases/tag/20240722.0 > https://github.com/abseil/abseil-cpp/releases/tag/20240722.1 > https://github.com/abseil/abseil-cpp/releases/tag/20250127.0 > https://github.com/abseil/abseil-cpp/releases/tag/20250127.1 > https://github.com/abseil/abseil-cpp/releases/tag/20250512.0 > https://github.com/abseil/abseil-cpp/releases/tag/20250512.1 > https://github.com/abseil/abseil-cpp/releases/tag/20250814.0 > https://github.com/abseil/abseil-cpp/releases/tag/20250814.1 > > Signed-off-by: Sven Püschel <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/abseil-cpp.make b/rules/abseil-cpp.make > index b70c6b28380b..21beb3fa5234 100644 > --- a/rules/abseil-cpp.make > +++ b/rules/abseil-cpp.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_ABSEIL_CPP) += abseil-cpp > # > # Paths and names > # > -ABSEIL_CPP_VERSION := 20230802.1 > -ABSEIL_CPP_MD5 := 84665b6daa5dda7c9082b1a00057457a > +ABSEIL_CPP_VERSION := 20250814.1 > +ABSEIL_CPP_MD5 := d4d3c25f78e28d61ad83e54cd1116933 > ABSEIL_CPP := abseil-cpp-$(ABSEIL_CPP_VERSION) > ABSEIL_CPP_SUFFIX := tar.gz > ABSEIL_CPP_URL := > https://github.com/abseil/abseil-cpp/archive/refs/tags/$(ABSEIL_CPP_VERSION).$(ABSEIL_CPP_SUFFIX) > @@ -36,6 +36,7 @@ ABSEIL_CPP_CONF_TOOL := cmake > ABSEIL_CPP_CONF_OPT := \ > $(CROSS_CMAKE_USR) \ > -G Ninja \ > + -DABSL_BUILD_MONOLITHIC_SHARED_LIBS=OFF \ > -DABSL_BUILD_TESTING=OFF \ > -DABSL_BUILD_TEST_HELPERS=OFF \ > -DABSL_ENABLE_INSTALL=ON \
