Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37536423
en ru br
Репозитории ALT
S:8.0.30-alt2
5.1: 5.0.89-alt1
4.1: 5.0.51-alt2.a
4.0: 5.0.51-alt2.a.M40.2
+updates:5.0.51-alt2.a.M40.1
3.0: 4.0.24-alt1
www.altlinux.org/Changes

Группа :: Базы Данных
Пакет: MySQL

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: mysql-shell-8.0.26-alt-link-secret-store-login-path-with-ssl.patch
Скачать


From c3f432cc36545e2c38ec7e71ab14b71467cc3168 Mon Sep 17 00:00:00 2001
From: Egor Ignatov <egori@altlinux.org>
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
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin