8
0
forked from pool/aws-checksums
Files
aws-checksums/ac_re-add-so-version.patch
Adam Majer 8c3eaa9992 - Update to version 0.2.5
* Add missing extern c to new header by @DmitriyMusatkin in (#103)
- from version 0.2.4
  * Add init functions to support thread safe init of impls
    by @DmitriyMusatkin in (#102)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-checksums?expand=0&rev=29
2025-04-10 14:11:02 +00:00

14 lines
518 B
Diff

diff -Nru aws-checksums-0.1.20.orig/CMakeLists.txt aws-checksums-0.1.20/CMakeLists.txt
--- aws-checksums-0.1.20.orig/CMakeLists.txt 2024-09-13 18:19:34.000000000 +0000
+++ aws-checksums-0.1.20/CMakeLists.txt 2024-09-17 11:00:11.523015122 +0000
@@ -73,8 +73,8 @@
aws_add_sanitizers(${PROJECT_NAME})
-# We are not ABI stable yet
set_target_properties(${PROJECT_NAME} PROPERTIES VERSION 1.0.0)
+set_target_properties(${CMAKE_PROJECT_NAME} PROPERTIES SOVERSION 1)
if (USE_CPU_EXTENSIONS)
if (AWS_ARCH_INTEL)