summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-01-22 19:23:25 +0100
committerThomas Deutschmann <whissi@gentoo.org>2020-01-22 19:23:25 +0100
commit3a9749587f76ed52ddae5d4c484302854b79f8c5 (patch)
tree9b020230387a733521c0ca615b32003ec29953fd
parentAdd 20018_all_mysql-8.0.19-fix-events_bugs-test.patch (diff)
downloadmysql-extras-3a9749587f76ed52ddae5d4c484302854b79f8c5.tar.gz
mysql-extras-3a9749587f76ed52ddae5d4c484302854b79f8c5.tar.bz2
mysql-extras-3a9749587f76ed52ddae5d4c484302854b79f8c5.zip
Add 20018_all_percona-server-8.0.18-fix-building-with-make-4.3.patch
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r--20018_all_percona-server-8.0.18-fix-building-with-make-4.3.patch13
1 files changed, 13 insertions, 0 deletions
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