]> TLD Linux GIT Repositories - packages/mysql.git/commitdiff
- cmake fix
authorMarcin Krol <hawk@tld-linux.org>
Wed, 4 Dec 2024 00:29:16 +0000 (01:29 +0100)
committerMarcin Krol <hawk@tld-linux.org>
Wed, 4 Dec 2024 00:29:16 +0000 (01:29 +0100)
mysql-system-xxhash.patch

index d501c0f49f6eedb470da6c9938d7abb7b60f7a14..414e54060e523e878366421152c6a1922dc6c1c6 100644 (file)
@@ -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: