From a7a4a53650488d0ad8d17e84f3a1d7a2b68fe1a0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 29 Jul 2016 13:15:49 +0200 Subject: redis: 3.2.2 --- 0003-redis-2.8.11-use-system-jemalloc.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '0003-redis-2.8.11-use-system-jemalloc.patch') diff --git a/0003-redis-2.8.11-use-system-jemalloc.patch b/0003-redis-2.8.11-use-system-jemalloc.patch index cf1b231..8c1d997 100644 --- a/0003-redis-2.8.11-use-system-jemalloc.patch +++ b/0003-redis-2.8.11-use-system-jemalloc.patch @@ -1,6 +1,6 @@ --- a/src/Makefile 2013-04-30 15:15:56.000000000 +0200 +++ b/src/Makefile 2013-06-19 12:58:12.345612310 +0200 -@@ -89,9 +89,8 @@ ifeq ($(MALLOC),tcmalloc_minimal) +@@ -93,9 +93,8 @@ ifeq ($(MALLOC),tcmalloc_minimal) endif ifeq ($(MALLOC),jemalloc) -- cgit