commit: 3a9749587f76ed52ddae5d4c484302854b79f8c5 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Wed Jan 22 18:23:25 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Wed Jan 22 18:23:25 2020 +0000 URL: https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=3a974958
Add 20018_all_percona-server-8.0.18-fix-building-with-make-4.3.patch Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> ...l_percona-server-8.0.18-fix-building-with-make-4.3.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/20018_all_percona-server-8.0.18-fix-building-with-make-4.3.patch b/20018_all_percona-server-8.0.18-fix-building-with-make-4.3.patch new file mode 100644 index 0000000..1846058 --- /dev/null +++ b/20018_all_percona-server-8.0.18-fix-building-with-make-4.3.patch @@ -0,0 +1,13 @@ +https://jira.percona.com/browse/PS-6802 + +--- a/storage/rocksdb/get_rocksdb_files.sh ++++ b/storage/rocksdb/get_rocksdb_files.sh +@@ -4,7 +4,7 @@ MKFILE=`mktemp` + # include rocksdb make file relative to the path of this script + echo "include rocksdb/src.mk + all: +- @echo \$(LIB_SOURCES)" > $MKFILE ++ @echo \"\$(LIB_SOURCES)\"" > $MKFILE + for f in `make --makefile $MKFILE` + do + echo ./rocksdb/$f
