linbox: disable fortify3 hardening flag

This commit is contained in:
Robert Scott 2023-07-09 11:45:08 +01:00
parent c5fd953de9
commit b6186e18b8

View file

@ -52,6 +52,9 @@ stdenv.mkDerivation rec {
"--enable-sage"
];
# https://github.com/linbox-team/linbox/issues/304
hardeningDisable = [ "fortify3" ];
doCheck = true;
enableParallelBuilding = true;