clib: remove hardeningDisable fortify

This commit is contained in:
Thiago Kenji Okada 2022-04-10 12:47:08 +01:00 committed by GitHub
parent e2ad783617
commit b3b25b8246
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,8 +11,6 @@ stdenv.mkDerivation rec {
sha256 = "sha256-AzPpGwtZemKX2r/XKyNTJ+lVwU1QUxkB2OywtCwTAWs=";
};
hardeningDisable = [ "fortify" ];
makeFlags = [ "PREFIX=$(out)" ];
buildInputs = [ curl ];