3
0
Fork 0
forked from mirrors/nixpkgs

clib: turn off fortify hardening

This commit is contained in:
Robin Gloster 2016-02-12 18:50:28 +00:00
parent cdb220fd6f
commit ea84b3a915

View file

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