File with_gcc.patch of Package abseil-cpp-gcc12
--- abseil-cpp-20240116.1/CMake/AbseilHelpers.cmake 2024-02-12 20:51:52.000000000 +0100 +++ abseil-cpp-20240116.1/CMake/AbseilHelpers.cmake.mod 2024-12-14 15:49:15.979233409 +0100 @@ -298,7 +298,7 @@ if(ABSL_ENABLE_INSTALL) set_target_properties(${_NAME} PROPERTIES OUTPUT_NAME "absl_${_NAME}" - SOVERSION "2401.0.0" + SOVERSION "2401.0.0${SOSUFFIX}" ) endif() else()