diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-10-30 02:24:40 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-10-30 02:24:40 +0100 |
commit | 1f78e2170cf4d6c36c6cfa3937f65d4ab853c7b3 (patch) | |
tree | 55bbb88b1f8ad17bca6ccc080795f6fa2de1ed44 | |
parent | Add 20038_all_percona-server-8.0.16-PS-5873.patch (diff) | |
download | mysql-extras-1f78e2170cf4d6c36c6cfa3937f65d4ab853c7b3.tar.gz mysql-extras-1f78e2170cf4d6c36c6cfa3937f65d4ab853c7b3.tar.bz2 mysql-extras-1f78e2170cf4d6c36c6cfa3937f65d4ab853c7b3.zip |
Add 20018_all_percona-server-8.0.16-dont-install-tokudb-misc-files.patch
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r-- | 20018_all_percona-server-8.0.16-dont-install-tokudb-misc-files.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/20018_all_percona-server-8.0.16-dont-install-tokudb-misc-files.patch b/20018_all_percona-server-8.0.16-dont-install-tokudb-misc-files.patch new file mode 100644 index 0000000..036aa42 --- /dev/null +++ b/20018_all_percona-server-8.0.16-dont-install-tokudb-misc-files.patch @@ -0,0 +1,14 @@ +--- a/storage/tokudb/PerconaFT/CMakeLists.txt ++++ b/storage/tokudb/PerconaFT/CMakeLists.txt +@@ -102,11 +102,5 @@ add_subdirectory(src) + add_subdirectory(ftcxx) + add_subdirectory(tools) + +-install( +- FILES README.md COPYING.AGPLv3 COPYING.GPLv2 PATENTS +- DESTINATION . +- COMPONENT tokukv_misc +- ) +- + ## build tags + include(TokuBuildTagDatabases) |