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]> --- rules/abseil-cpp.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/abseil-cpp.make b/rules/abseil-cpp.make index b70c6b283..21beb3fa5 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 \ -- 2.47.3
