memcached: enable pie hardening

This commit is contained in:
Robin Gloster 2016-02-26 23:13:13 +00:00
parent 1a31447c4c
commit b4dadff542

View file

@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
buildInputs = [cyrus_sasl libevent];
hardening_pie = true;
meta = with stdenv.lib; {
description = "A distributed memory object caching system";
repositories.git = https://github.com/memcached/memcached.git;