aboutsummaryrefslogtreecommitdiffstats
path: root/main/redis/makefile-dont-duplicate-binary.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/redis/makefile-dont-duplicate-binary.patch')
-rw-r--r--main/redis/makefile-dont-duplicate-binary.patch4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/redis/makefile-dont-duplicate-binary.patch b/main/redis/makefile-dont-duplicate-binary.patch
index 7a166d4ef10..a3382ce7d4c 100644
--- a/main/redis/makefile-dont-duplicate-binary.patch
+++ b/main/redis/makefile-dont-duplicate-binary.patch
@@ -2,9 +2,11 @@ redis-check-rdb and redis-check-aof binaries are identical to redis-server.
See https://github.com/antirez/redis/pull/3494
+As of v6.2 this patch should no longer be needed - https://github.com/redis/redis/pull/5745
+
--- a/src/Makefile
+++ b/src/Makefile
-@@ -353,9 +353,9 @@
+@@ -394,9 +394,9 @@
$(REDIS_INSTALL) $(REDIS_SERVER_NAME) $(INSTALL_BIN)
$(REDIS_INSTALL) $(REDIS_BENCHMARK_NAME) $(INSTALL_BIN)
$(REDIS_INSTALL) $(REDIS_CLI_NAME) $(INSTALL_BIN)