archrelease: copy trunk to community-any
[ArchLinux/community.git] / ceph / trunk / ceph-14.2.0-link-crc32-statically.patch
blobec7a4fb079b3679017d18204cc6b8e1473c174ed
1 --- ceph-14.2.0.orig/src/common/CMakeLists.txt 2019-03-18 04:08:29.000000000 -0600
2 +++ ceph-14.2.0/src/common/CMakeLists.txt 2019-03-21 18:42:32.903182824 -0600
3 @@ -165,7 +165,7 @@
4 crc32c_aarch64.c)
5 endif(HAVE_INTEL)
7 -add_library(crc32 ${crc32_srcs})
8 +add_library(crc32 STATIC ${crc32_srcs})
9 if(HAVE_ARMV8_CRC)
10 set_target_properties(crc32 PROPERTIES
11 COMPILE_FLAGS "${CMAKE_C_FLAGS} ${ARMV8_CRC_COMPILE_FLAGS}")