redis: update to 3.2.5.
This commit is contained in:
parent
9ce217e8f7
commit
23931515e3
2 changed files with 6 additions and 8 deletions
|
@ -1,14 +1,12 @@
|
|||
diff --git a/src/Makefile.orig b/src/Makefile
|
||||
index 8b3e959890b5..f20408402611 100644
|
||||
--- src/Makefile.orig
|
||||
+++ src/Makefile
|
||||
@@ -89,9 +89,8 @@ ifeq ($(MALLOC),tcmalloc_minimal)
|
||||
--- src/Makefile.orig 2016-10-28 16:14:53.422637642 +0200
|
||||
+++ src/Makefile 2016-10-28 16:15:15.284841414 +0200
|
||||
@@ -103,9 +103,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_LIBS+= ../deps/jemalloc/lib/libjemalloc.a
|
||||
+ FINAL_CFLAGS+= -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE
|
||||
+ FINAL_LIBS+= -ljemalloc -ldl
|
||||
endif
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'redis'
|
||||
pkgname=redis
|
||||
version=3.2.4
|
||||
version=3.2.5
|
||||
revision=1
|
||||
makedepends="jemalloc-devel"
|
||||
homepage="http://redis.io"
|
||||
|
@ -8,7 +8,7 @@ distfiles="http://download.redis.io/releases/${pkgname}-${version}.tar.gz"
|
|||
short_desc="Advanced key-value store"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="BSD"
|
||||
checksum=2ad042c5a6c508223adeb9c91c6b1ae091394b4026f73997281e28914c9369f1
|
||||
checksum=8509ceb1efd849d6b2346a72a8e926b5a4f6ed3cc7c3cd8d9f36b2e9ba085315
|
||||
|
||||
system_accounts="redis"
|
||||
redis_homedir="/var/lib/redis"
|
||||
|
|
Loading…
Reference in a new issue