clib: turn off fortify hardening

This commit is contained in:
Robin Gloster
2016-02-19 21:15:59 +00:00
parent cdb220fd6f
commit ea84b3a915
@@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "0hbi5hf4w0iim96h89j7krxv61x92ffxjbldxp3zk92m5sgpldnm";
};
hardening_fortify = false;
makeFlags = "PREFIX=$(out)";
buildInputs = [ curl ];