From 3a9749587f76ed52ddae5d4c484302854b79f8c5 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Wed, 22 Jan 2020 19:23:25 +0100 Subject: Add 20018_all_percona-server-8.0.18-fix-building-with-make-4.3.patch Signed-off-by: Thomas Deutschmann --- ...l_percona-server-8.0.18-fix-building-with-make-4.3.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 20018_all_percona-server-8.0.18-fix-building-with-make-4.3.patch 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 -- cgit v1.2.3-65-gdbad