From d86d5bfc2e352280e76fa7dcbf106ad0b326330e Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Thu, 16 Jul 2020 13:24:49 +0000 Subject: [PATCH] [Examples] Upgrade to Redis 6.0.5 to avoid linker issues Using Redis 6.0.5 on more recent distros (Fedora 32) avoids linker issues like the following ones: /usr/bin/ld: server.o:sds.h:37: multiple definition of `SDS_NOINIT'; quicklist.o:sds.h:37: first defined here --- Examples/redis/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/redis/Makefile b/Examples/redis/Makefile index f18021e1..c21914c9 100644 --- a/Examples/redis/Makefile +++ b/Examples/redis/Makefile @@ -21,8 +21,8 @@ GRAPHENEDIR = ../.. SGX_SIGNER_KEY ?= $(GRAPHENEDIR)/Pal/src/host/Linux-SGX/signer/enclave-key.pem SRCDIR = src -COMMIT = 5.0.5 -TAR_SHA256 = 3313d5e09938dc6e16c6911efa4a24b1c494bacb5a917a8e7925ebd55e56be85 +COMMIT = 6.0.5 +TAR_SHA256 = f7ded6c27d48c20bc78e797046c79b6bc411121f0c2d7eead9fea50d6b0b6290 ifeq ($(DEBUG),1) GRAPHENEDEBUG = inline