1f1c83
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
1f1c83
index 65ba10b0f1..eeedc29c37 100644
1f1c83
--- a/src/common/CMakeLists.txt
1f1c83
+++ b/src/common/CMakeLists.txt
1f1c83
@@ -165,7 +165,7 @@ elseif(HAVE_ARMV8_CRC)
1f1c83
     crc32c_aarch64.c)
1f1c83
 endif(HAVE_INTEL)
1f1c83
 
1f1c83
-add_library(crc32 ${crc32_srcs})
1f1c83
+add_library(crc32 STATIC ${crc32_srcs})
1f1c83
 if(HAVE_ARMV8_CRC)
1f1c83
   set_target_properties(crc32 PROPERTIES
1f1c83
     COMPILE_FLAGS "${CMAKE_C_FLAGS} ${ARMV8_CRC_COMPILE_FLAGS}")