hash_extender: disable fortify3 hardening flag

This commit is contained in:
Robert Scott 2023-07-09 19:16:08 +01:00
parent 445c385bc5
commit e37dc85606

View file

@ -16,6 +16,9 @@ stdenv.mkDerivation {
doCheck = true;
checkPhase = "./hash_extender --test";
# https://github.com/iagox86/hash_extender/issues/26
hardeningDisable = [ "fortify3" ];
env.NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
installPhase = ''