redis: build PIE
This commit is contained in:
parent
2f3121f692
commit
c7f504fadf
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue