aboutsummaryrefslogtreecommitdiffstats
path: root/testing/redis/redis-unbundle-jemalloc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/redis/redis-unbundle-jemalloc.patch')
-rw-r--r--testing/redis/redis-unbundle-jemalloc.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/redis/redis-unbundle-jemalloc.patch b/testing/redis/redis-unbundle-jemalloc.patch
deleted file mode 100644
index c2222cd0fa..0000000000
--- a/testing/redis/redis-unbundle-jemalloc.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -83,9 +83,8 @@ ifeq ($(MALLOC),tcmalloc_minimal)
- endif
-
- ifeq ($(MALLOC),jemalloc)
-- DEPENDENCY_TARGETS+= jemalloc
-- FINAL_CFLAGS+= -DUSE_JEMALLOC -I../deps/jemalloc/include
-- FINAL_LIBS+= ../deps/jemalloc/lib/libjemalloc.a -ldl
-+ FINAL_CFLAGS+= -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE
-+ FINAL_LIBS+= -ljemalloc -ldl
- endif
-
- REDIS_CC=$(QUIET_CC)$(CC) $(FINAL_CFLAGS)