Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mysql-extras:master commit in: /
Date: Wed, 22 Jan 2020 18:27:23
Message-Id: 1579717405.3a9749587f76ed52ddae5d4c484302854b79f8c5.whissi@gentoo
1 commit: 3a9749587f76ed52ddae5d4c484302854b79f8c5
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 22 18:23:25 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 22 18:23:25 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=3a974958
7
8 Add 20018_all_percona-server-8.0.18-fix-building-with-make-4.3.patch
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 ...l_percona-server-8.0.18-fix-building-with-make-4.3.patch | 13 +++++++++++++
13 1 file changed, 13 insertions(+)
14
15 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
16 new file mode 100644
17 index 0000000..1846058
18 --- /dev/null
19 +++ b/20018_all_percona-server-8.0.18-fix-building-with-make-4.3.patch
20 @@ -0,0 +1,13 @@
21 +https://jira.percona.com/browse/PS-6802
22 +
23 +--- a/storage/rocksdb/get_rocksdb_files.sh
24 ++++ b/storage/rocksdb/get_rocksdb_files.sh
25 +@@ -4,7 +4,7 @@ MKFILE=`mktemp`
26 + # include rocksdb make file relative to the path of this script
27 + echo "include rocksdb/src.mk
28 + all:
29 +- @echo \$(LIB_SOURCES)" > $MKFILE
30 ++ @echo \"\$(LIB_SOURCES)\"" > $MKFILE
31 + for f in `make --makefile $MKFILE`
32 + do
33 + echo ./rocksdb/$f