mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
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
|
--- src/Makefile.orig 2016-10-28 16:14:53.422637642 +0200
|
||||||
index 8b3e959890b5..f20408402611 100644
|
+++ src/Makefile 2016-10-28 16:15:15.284841414 +0200
|
||||||
--- src/Makefile.orig
|
@@ -103,9 +103,8 @@ ifeq ($(MALLOC),tcmalloc_minimal)
|
||||||
+++ src/Makefile
|
|
||||||
@@ -89,9 +89,8 @@ ifeq ($(MALLOC),tcmalloc_minimal)
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(MALLOC),jemalloc)
|
ifeq ($(MALLOC),jemalloc)
|
||||||
- DEPENDENCY_TARGETS+= jemalloc
|
- DEPENDENCY_TARGETS+= jemalloc
|
||||||
- FINAL_CFLAGS+= -DUSE_JEMALLOC -I../deps/jemalloc/include
|
- 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_CFLAGS+= -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE
|
||||||
+ FINAL_LIBS+= -ljemalloc -ldl
|
+ FINAL_LIBS+= -ljemalloc -ldl
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'redis'
|
# Template file for 'redis'
|
||||||
pkgname=redis
|
pkgname=redis
|
||||||
version=3.2.4
|
version=3.2.5
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="jemalloc-devel"
|
makedepends="jemalloc-devel"
|
||||||
homepage="http://redis.io"
|
homepage="http://redis.io"
|
||||||
|
@ -8,7 +8,7 @@ distfiles="http://download.redis.io/releases/${pkgname}-${version}.tar.gz"
|
||||||
short_desc="Advanced key-value store"
|
short_desc="Advanced key-value store"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
checksum=2ad042c5a6c508223adeb9c91c6b1ae091394b4026f73997281e28914c9369f1
|
checksum=8509ceb1efd849d6b2346a72a8e926b5a4f6ed3cc7c3cd8d9f36b2e9ba085315
|
||||||
|
|
||||||
system_accounts="redis"
|
system_accounts="redis"
|
||||||
redis_homedir="/var/lib/redis"
|
redis_homedir="/var/lib/redis"
|
||||||
|
|
Loading…
Add table
Reference in a new issue