mariadb/plugin/hashicorp_key_management
Vladislav Vaintroub 6fea5712d1 MDEV-3799 Windows WITH_ZLIB=bundled build errors with hashicorp_key_management
We compile curl with vcpkg. vcpkg prefers dependencies of the vcpkg
package to come from vcpkg as well. We break its logic by setting
and ZLIB_LIBRARY in cmake/zlib.cmake to the static library that we
compile outselves. This vcpkg check is not critical or needed
when shared libraries are used.

As a workaround, set CMAKE_DISABLE_FIND_PACKAGE_ZLIB when compiling
hashicorp_key_management, in this case vcpkg skips the zlib check.
2025-10-30 16:46:33 +01:00
..
mysql-test/vault MDEV-30849 Hashicorp Plugin: enable key version caching by default 2025-09-15 11:00:02 +02:00
CMakeLists.txt MDEV-3799 Windows WITH_ZLIB=bundled build errors with hashicorp_key_management 2025-10-30 16:46:33 +01:00
hashicorp_key_management.cnf MDEV-28276: Hashicorp: checking that kv storage is created with version 2+ 2022-05-09 07:55:41 +02:00
hashicorp_key_management.txt MDEV-28276: Hashicorp: checking that kv storage is created with version 2+ 2022-05-09 07:55:41 +02:00
hashicorp_key_management_plugin.cc MDEV-30849 Hashicorp Plugin: enable key version caching by default 2025-09-15 11:00:02 +02:00