Commit 3aabda7e authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

MDEV-28819 Statically compiled encryption plugins do not work

Disable building hashicorp encryption plugin statically
parent 70fffc70
......@@ -14,7 +14,8 @@ MYSQL_ADD_PLUGIN(HASHICORP_KEY_MANAGEMENT
hashicorp_key_management_plugin.cc
LINK_LIBRARIES ${CURL_LIBRARIES}
CONFIG hashicorp_key_management.cnf
COMPONENT hashicorp-key-management)
COMPONENT hashicorp-key-management
MODULE_ONLY)
ADD_FEATURE_INFO(HASHICORP_KEY_MANAGEMENT "ON" "Hashicorp Key Management Plugin")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment