ALT Linux Bugzilla
– Attachment 15555 Details for
Bug 45499
QMYSQL driver not loaded
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Отменяю Faster TLS model
mysql-8.0.36-alt-revert-faster-TLS-model.patch (text/plain), 1.13 KB, created by
Vadim Zelenin
on 2024-02-14 17:47:25 MSK
(
hide
)
Description:
Отменяю Faster TLS model
Filename:
MIME Type:
Creator:
Vadim Zelenin
Created:
2024-02-14 17:47:25 MSK
Size:
1.13 KB
patch
obsolete
>diff -r -u MySQL-8.0.36.orig/cmake/build_configurations/compiler_options.cmake MySQL-8.0.36.my/cmake/build_configurations/compiler_options.cmake >--- MySQL-8.0.36.orig/cmake/build_configurations/compiler_options.cmake 2023-12-12 21:05:31.000000000 +0300 >+++ MySQL-8.0.36.my/cmake/build_configurations/compiler_options.cmake 2024-02-14 17:04:05.859669426 +0300 >@@ -64,12 +64,12 @@ > SET(COMMON_CXX_FLAGS "-std=c++17 -fno-omit-frame-pointer") > ENDIF() > >- # Faster TLS model >- IF(MY_COMPILER_IS_GNU_OR_CLANG >- AND NOT SOLARIS AND NOT LINUX_RHEL6 AND NOT LINUX_ALPINE) >- STRING_APPEND(COMMON_C_FLAGS " -ftls-model=initial-exec") >- STRING_APPEND(COMMON_CXX_FLAGS " -ftls-model=initial-exec") >- ENDIF() >+# # Faster TLS model >+# IF(MY_COMPILER_IS_GNU_OR_CLANG >+# AND NOT SOLARIS AND NOT LINUX_RHEL6 AND NOT LINUX_ALPINE) >+# STRING_APPEND(COMMON_C_FLAGS " -ftls-model=initial-exec") >+# STRING_APPEND(COMMON_CXX_FLAGS " -ftls-model=initial-exec") >+# ENDIF() > > # Use STRING_PREPEND here, so command-line input can override our defaults. > STRING_PREPEND(CMAKE_C_FLAGS "${COMMON_C_FLAGS} ")
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 45499
: 15555