cron: enable pie hardening

This commit is contained in:
Robin Gloster 2016-02-26 17:27:28 +00:00
parent 631c09bbe5
commit 87e64f153b

View file

@ -9,6 +9,8 @@ stdenv.mkDerivation {
unpackCmd = "(mkdir cron && cd cron && sh $curSrc)";
hardening_pie = true;
preBuild = ''
substituteInPlace Makefile --replace ' -o root' ' ' --replace 111 755
makeFlags="DESTROOT=$out"