clib: turn off fortify hardening
This commit is contained in:
parent
cdb220fd6f
commit
ea84b3a915
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0hbi5hf4w0iim96h89j7krxv61x92ffxjbldxp3zk92m5sgpldnm";
|
||||
};
|
||||
|
||||
hardening_fortify = false;
|
||||
|
||||
makeFlags = "PREFIX=$(out)";
|
||||
|
||||
buildInputs = [ curl ];
|
||||
|
|
Loading…
Reference in a new issue