From: Marcin Krol Date: Wed, 4 Dec 2024 00:48:21 +0000 (+0100) Subject: - cmake fix X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;ds=inline;p=packages%2Fmysql.git - cmake fix --- diff --git a/mysql-system-xxhash.patch b/mysql-system-xxhash.patch index 4002f03..d54a1ca 100644 --- a/mysql-system-xxhash.patch +++ b/mysql-system-xxhash.patch @@ -13,7 +13,7 @@ diff -urNpa mysql-8.4.3.orig/plugin/group_replication/libmysqlgcs/CMakeLists.txt # Dependency on mysys from gcs_logging_system.cc # but pick up symbols from the server: # TARGET_LINK_LIBRARIES(mysqlgcs mysys) -+TARGET_LINK_LIBRARIES(mysqlgcs xxhash) ++TARGET_LINK_LIBRARIES(mysqlgcs PUBLIC xxhash) IF(CMAKE_VERSION VERSION_GREATER "3.19" AND NOT APPLE_XCODE) # New in version 3.19: