From c3f432cc36545e2c38ec7e71ab14b71467cc3168 Mon Sep 17 00:00:00 2001 From: Egor Ignatov Date: Thu, 23 Sep 2021 19:19:15 +0300 Subject: [PATCH] link mysql-secret-store-login-path with SSL_LIBRARIES --- mysql-shell/CMakeLists.txt | 3 +++ mysql-shell/mysql-secret-store/login-path/CMakeLists.txt | 1 + 2 files changed, 4 insertions(+) diff --git a/mysql-shell/CMakeLists.txt b/mysql-shell/CMakeLists.txt index 0ed59577a94..3930938a472 100644 --- a/mysql-shell/CMakeLists.txt +++ b/mysql-shell/CMakeLists.txt @@ -531,6 +531,9 @@ ENDIF() ## INCLUDE(configure.cmake) +## run again after LIBDL is found +MYSQL_CHECK_SSL() + ## The following definition is required to have memset_s ## available on the platforms that implement it CHECK_FUNCTION_EXISTS (memset_s HAVE_MEMSET_S) diff --git a/mysql-shell/mysql-secret-store/login-path/CMakeLists.txt b/mysql-shell/mysql-secret-store/login-path/CMakeLists.txt index f108f486842..35ed4f013fb 100644 --- a/mysql-shell/mysql-secret-store/login-path/CMakeLists.txt +++ b/mysql-shell/mysql-secret-store/login-path/CMakeLists.txt @@ -40,6 +40,7 @@ set(helper_includes set(helper_libs ${MYSQL_CLIENT_LIB} ${MYSQL_EXTRA_LIBRARIES} + ${SSL_LIBRARIES} ) add_helper_executable() -- 2.33.0