dnsmasq: enable pie hardening

This commit is contained in:
Robin Gloster 2016-02-26 17:55:51 +00:00
parent 62f65d15ca
commit e392824fb3

View File

@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
"LOCALEDIR=$(out)/share/locale"
];
hardening_pie = true;
postBuild = optionalString stdenv.isLinux ''
make -C contrib/wrt
'';