aboutsummaryrefslogtreecommitdiffstats
path: root/testing/redis/redis-unbundle-jemalloc.patch
diff options
context:
space:
mode:
authorEivind Uggedal <eivind@uggedal.com>2014-05-25 11:43:04 +0000
committerEivind Uggedal <eivind@uggedal.com>2014-05-25 11:43:04 +0000
commit429958a4303fb4d2e1921a2ca900e851fabbaaab (patch)
treea04aab02616e636095b0a0b53862ac2e94893583 /testing/redis/redis-unbundle-jemalloc.patch
parent524e103eadfbd6ff16debc4e85accd8a731890ec (diff)
downloadaports-429958a4303fb4d2e1921a2ca900e851fabbaaab.tar.bz2
aports-429958a4303fb4d2e1921a2ca900e851fabbaaab.tar.xz
testing/redis: upgrade to 2.8.9
Diffstat (limited to 'testing/redis/redis-unbundle-jemalloc.patch')
-rw-r--r--testing/redis/redis-unbundle-jemalloc.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/testing/redis/redis-unbundle-jemalloc.patch b/testing/redis/redis-unbundle-jemalloc.patch
index 9213f5d635..c2222cd0fa 100644
--- a/testing/redis/redis-unbundle-jemalloc.patch
+++ b/testing/redis/redis-unbundle-jemalloc.patch
@@ -1,14 +1,14 @@
---- src/redis-2.6.16/src/Makefile
-+++ src/redis-2.6.16/src/Makefile.new
-@@ -71,9 +71,8 @@
+--- 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 -I/usr/include/jemalloc
-+ FINAL_LIBS+= -ljemalloc -ldl
+- 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)