diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-11-06 20:37:46 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-11-06 20:37:46 +0000 |
commit | aca60d185d4b3fed74181b2d116e24069200b5cc (patch) | |
tree | 4a37349335e8d131c39616855638b2c9a8f856b8 /databases/xtrabackup8/files/patch-cmake-install_layout.cmake | |
parent | audio/cyanrip: CD digital audio ripping program (diff) |
Split `databases/xtrabackup8', based on 8.x versions, which is intended
to be used against `databases/mysql80-server', which versions 2.4.x are
incompatible with.
PR: 250744
Notes
Notes:
svn path=/head/; revision=554316
Diffstat (limited to 'databases/xtrabackup8/files/patch-cmake-install_layout.cmake')
-rw-r--r-- | databases/xtrabackup8/files/patch-cmake-install_layout.cmake | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/xtrabackup8/files/patch-cmake-install_layout.cmake b/databases/xtrabackup8/files/patch-cmake-install_layout.cmake new file mode 100644 index 000000000000..e823abeffe31 --- /dev/null +++ b/databases/xtrabackup8/files/patch-cmake-install_layout.cmake @@ -0,0 +1,11 @@ +--- cmake/install_layout.cmake.orig 2020-04-10 19:45:19 UTC ++++ cmake/install_layout.cmake +@@ -160,7 +160,7 @@ SET(INSTALL_INFODIR_STANDALONE "docs") + # + SET(INSTALL_SHAREDIR_STANDALONE "share") + SET(INSTALL_MYSQLSHAREDIR_STANDALONE "share") +-SET(INSTALL_MYSQLTESTDIR_STANDALONE "xtrabackup-test") ++# SET(INSTALL_MYSQLTESTDIR_STANDALONE "xtrabackup-test") + SET(INSTALL_SUPPORTFILESDIR_STANDALONE "support-files") + # + SET(INSTALL_MYSQLDATADIR_STANDALONE "data") |