diff options
| author | Oleksii Samorukov <samm@FreeBSD.org> | 2024-09-04 18:08:39 +0200 |
|---|---|---|
| committer | Oleksii Samorukov <samm@FreeBSD.org> | 2024-09-04 18:10:40 +0200 |
| commit | 1f28cb4002a8698562b90c773b3c02d8d321ef9c (patch) | |
| tree | 6940d557d51f930b3cff1c3be2b738f66c309c24 /databases/xtrabackup84/files/patch-protobuf | |
| parent | 1d0a9a71924672708232a1f81a6c8951e78f0ab1 (diff) | |
databases/xtrabackup84: new port to backup MySQL 8.4 database
Based on xtrabackup83 port, with corresponding changes, including:
- usage of bundled boost
- disable build on 32bit platforms (unsupported by vendor)
- new patches from mysql-server84.
Diffstat (limited to 'databases/xtrabackup84/files/patch-protobuf')
| -rw-r--r-- | databases/xtrabackup84/files/patch-protobuf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/xtrabackup84/files/patch-protobuf b/databases/xtrabackup84/files/patch-protobuf new file mode 100644 index 000000000000..f1bd482d944a --- /dev/null +++ b/databases/xtrabackup84/files/patch-protobuf @@ -0,0 +1,10 @@ +--- sql/protobuf/CMakeLists.txt.orig 2023-11-24 17:33:10.000000000 +0700 ++++ sql/protobuf/CMakeLists.txt 2024-02-17 02:13:42.264307000 +0700 +@@ -21,6 +21,7 @@ + # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + INCLUDE(${CMAKE_SOURCE_DIR}/cmake/protobuf.cmake) ++INCLUDE_DIRECTORIES(%%PREFIX%%/include) + + SET(PROTOBUF_LITE_LIB_NAME rpl_protobuf_lite) + |
