MDEV-12810 - force static build of crc library
This commit is contained in:
parent
40c7778e05
commit
9dffa3072c
@ -30,4 +30,4 @@ ENDIF()
|
||||
IF(HAVE_CLMUL_INSTRUCTION)
|
||||
ADD_DEFINITIONS(-DHAVE_CLMUL_INSTRUCTION)
|
||||
ENDIF()
|
||||
ADD_LIBRARY(crc crc_glue.c crc-intel-pclmul.c)
|
||||
ADD_LIBRARY(crc STATIC crc_glue.c crc-intel-pclmul.c)
|
||||
|
Loading…
x
Reference in New Issue
Block a user