summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c87c53e2ae87..ae5ecc9d6086 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="keydb"
pkgver=5.3.3
-pkgrel=1
+pkgrel=2
pkgdesc="A Multithreaded Fork of Redis"
arch=(
"i686"
@@ -61,7 +61,7 @@ build()
#* Clang nee
export LDFLAGS="$LDFLAGS -latomic"
- make BUILD_TLS=yes -C "KeyDB-$pkgver"
+ make BUILD_TLS=yes MALLOC=jemalloc -C "KeyDB-$pkgver"
}
check()