From: Marcin Krol Date: Wed, 4 Dec 2024 00:29:16 +0000 (+0100) Subject: - cmake fix X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;h=bc2ddd97b3cd9692e0e0aab32a2de4d8e9dbe500;p=packages%2Fmysql.git - cmake fix --- diff --git a/mysql-system-xxhash.patch b/mysql-system-xxhash.patch index d501c0f..414e540 100644 --- a/mysql-system-xxhash.patch +++ b/mysql-system-xxhash.patch @@ -13,7 +13,7 @@ diff -urNp -x '*.orig' mysql-8.0.40.org/plugin/group_replication/libmysqlgcs/CMa # 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: