/[packages]/updates/8/mysql-connector-c++/current/SOURCES/mysql-connector-cpp-linking.patch
ViewVC logotype

Contents of /updates/8/mysql-connector-c++/current/SOURCES/mysql-connector-cpp-linking.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1935329 - (show annotations) (download)
Mon Jan 23 19:19:36 2023 UTC (14 months, 4 weeks ago) by daviddavid
File size: 400 byte(s)
SILENT: add patch to fix linking issue

1 diff -Nrup a/cdk/protocol/mysqlx/CMakeLists.txt b/cdk/protocol/mysqlx/CMakeLists.txt
2 --- a/cdk/protocol/mysqlx/CMakeLists.txt 2022-12-09 08:00:36.000000000 +0100
3 +++ b/cdk/protocol/mysqlx/CMakeLists.txt 2023-01-23 20:17:25.041340195 +0100
4 @@ -65,6 +65,8 @@ SET(proto_mysqlx_defs
5 ${PROTOCOL}/mysqlx.proto
6 )
7
8 +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread")
9 +
10 if(NOT use_full_protobuf)
11
12 #

  ViewVC Help
Powered by ViewVC 1.1.30