depot/third_party/nixpkgs/pkgs/development/tools/mysql-shell/no-openssl-bundling.patch
Default email f34ce41345 Project import generated by Copybara.
GitOrigin-RevId: b73c2221a46c13557b1b3be9c2070cc42cf01eb3
2024-07-27 08:49:29 +02:00

12 lines
456 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 33931e02a..59f613a9d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -901,7 +901,6 @@ endif()
### Bundling of OpenSSL libraries (if needed)
# macro MYSQL_CHECK_SSL_DLLS() adapted for Shell
IF (WITH_SSL_PATH AND (APPLE OR WIN32 OR LINUX_STANDALONE))
- SET(BUNDLED_OPENSSL 1)
MESSAGE(STATUS "WITH_SSL_PATH ${WITH_SSL_PATH}")
# In MySQL Server 8.0.4 and up, OpenSSL is linked dynamically and