Eugene Grosbein 147efd9835
databases/xtrabackup80: renamed from databases/xtrabackup8 and updated
The port databases/xtrabackup8 upgraded to version 8.0.35-30
and renamed to databases/xtrabackup80 in preparation for upcoming
incompatible branch databases/xtrabackup81, to avoid confusion.

Drop unused dependency on libncurses.

The update based on maintainer's submittion.

PR:             277088
Tested by:	Eugene M. Zheganin (maintainer)
Approved by:	Eugene M. Zheganin (maintainer)
2024-02-22 16:35:51 +07:00

29 lines
720 B
Plaintext

--- storage/innobase/xtrabackup/src/CMakeLists.txt.orig 2023-11-24 13:33:10.000000000 +0300
+++ storage/innobase/xtrabackup/src/CMakeLists.txt 2024-02-16 15:38:03.294091000 +0300
@@ -20,8 +20,9 @@
INCLUDE(${MYSQL_CMAKE_SCRIPT_DIR}/compile_flags.cmake)
+INCLUDE_DIRECTORIES(%%PREFIX%%/include)
+
FIND_GCRYPT()
-FIND_PROCPS()
CHECK_TYPE_SIZE("unsigned long" SIZEOF_UNSIGNED_LONG)
@@ -134,14 +135,6 @@
ext::icu
crc
)
-
-IF(NOT APPLE)
- IF(PROCPS_VERSION EQUAL 4)
- TARGET_LINK_LIBRARIES(xtrabackup proc2)
- ELSE()
- TARGET_LINK_LIBRARIES(xtrabackup procps)
- ENDIF()
-ENDIF()
# We depend on protobuf because of the mysqlx plugin and replication.
IF(UNIX_INSTALL_RPATH_ORIGIN_PRIV_LIBDIR)