redis: build PIE

This commit is contained in:
Enno Boland 2015-08-29 20:39:05 +02:00
parent 2f3121f692
commit c7f504fadf

View file

@ -1,7 +1,7 @@
# Template file for 'redis'
pkgname=redis
version=3.0.3
revision=2
revision=3
makedepends="jemalloc-devel"
homepage="http://redis.io"
distfiles="http://download.redis.io/releases/${pkgname}-${version}.tar.gz"
@ -9,6 +9,7 @@ short_desc="Advanced key-value store"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="BSD"
checksum=1d08fa665b16d0950274dfbd47fbbcf3485e43e901021338640a0334666e9da5
build_pie=yes
system_accounts="redis"
redis_homedir="/var/lib/redis"