diff options
Diffstat (limited to '0003-redis-2.8.11-use-system-jemalloc.patch')
-rw-r--r-- | 0003-redis-2.8.11-use-system-jemalloc.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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) |