forked from pool/aws-checksums
* Add crc helpers for writing to large buffers. by @DmitriyMusatkin in (#93) * Fix builds on clang 16+ by @DmitriyMusatkin in (#96) - from version 0.1.19 * Rebase CRC32DATA32VALUE by @jmklix in (#87) * clang-format 18 by @graebm in (#91) * Update MacOS to arm64 by @waahm7 in (#92) * Better vectorization and crc64 by @JonathanHenson in (#79) - Add new aws-checksums-bin binary package - Refresh patches for new version * ac_fix-cmake-modules-path.patch * ac_re-add-so-version.patch OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-checksums?expand=0&rev=21
14 lines
518 B
Diff
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)
|