mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-05 21:31:36 +00:00
[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
This commit is contained in:
committed by
Dmitrii Kuvaiskii
parent
a58939ec75
commit
d86d5bfc2e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user