mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
MDEV-12810 - force static build of crc library
This commit is contained in:
parent
40c7778e05
commit
9dffa3072c
1 changed files with 1 additions and 1 deletions
|
@ -30,4 +30,4 @@ ENDIF()
|
||||||
IF(HAVE_CLMUL_INSTRUCTION)
|
IF(HAVE_CLMUL_INSTRUCTION)
|
||||||
ADD_DEFINITIONS(-DHAVE_CLMUL_INSTRUCTION)
|
ADD_DEFINITIONS(-DHAVE_CLMUL_INSTRUCTION)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
ADD_LIBRARY(crc crc_glue.c crc-intel-pclmul.c)
|
ADD_LIBRARY(crc STATIC crc_glue.c crc-intel-pclmul.c)
|
||||||
|
|
Loading…
Reference in a new issue