ports/databases/xtrabackup81/files/patch-procps
Oleksii Samorukov e8017b636f databases/xtrabackup81: New port: xtrabackup 8.1
setting maintainer email to Eugene as aligned in the email
conversation.
2024-04-02 21:52:32 +02:00

28 lines
720 B
Text

--- 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)