memcached: enable pie hardening
This commit is contained in:
parent
1a31447c4c
commit
b4dadff542
@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [cyrus_sasl libevent];
|
buildInputs = [cyrus_sasl libevent];
|
||||||
|
|
||||||
|
hardening_pie = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A distributed memory object caching system";
|
description = "A distributed memory object caching system";
|
||||||
repositories.git = https://github.com/memcached/memcached.git;
|
repositories.git = https://github.com/memcached/memcached.git;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user