clib: remove hardeningDisable fortify
This commit is contained in:
parent
e2ad783617
commit
b3b25b8246
1 changed files with 0 additions and 2 deletions
|
@ -11,8 +11,6 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "sha256-AzPpGwtZemKX2r/XKyNTJ+lVwU1QUxkB2OywtCwTAWs=";
|
sha256 = "sha256-AzPpGwtZemKX2r/XKyNTJ+lVwU1QUxkB2OywtCwTAWs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardeningDisable = [ "fortify" ];
|
|
||||||
|
|
||||||
makeFlags = [ "PREFIX=$(out)" ];
|
makeFlags = [ "PREFIX=$(out)" ];
|
||||||
|
|
||||||
buildInputs = [ curl ];
|
buildInputs = [ curl ];
|
||||||
|
|
Loading…
Reference in a new issue