lol

libffi_3_3: disable fortify3 hardening flag

+3
+3
pkgs/development/libraries/libffi/3.3.nix
··· 29 29 "--disable-exec-static-tramp" 30 30 ]; 31 31 32 + # with fortify3, tests fail for some reason 33 + hardeningDisable = [ "fortify3" ]; 34 + 32 35 preCheck = '' 33 36 # The tests use -O0 which is not compatible with -D_FORTIFY_SOURCE. 34 37 NIX_HARDENING_ENABLE=''${NIX_HARDENING_ENABLE/fortify/}