clib: turn off fortify hardening

This commit is contained in:
Robin Gloster 2016-02-12 18:50:28 +00:00
parent cdb220fd6f
commit ea84b3a915
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "0hbi5hf4w0iim96h89j7krxv61x92ffxjbldxp3zk92m5sgpldnm";
};
hardening_fortify = false;
makeFlags = "PREFIX=$(out)";
buildInputs = [ curl ];