libfido2: disable fortify3 hardening flag

This commit is contained in:
Robert Scott 2023-06-28 20:08:27 +01:00
parent db3e94c3b2
commit 903f19e08e

View file

@ -44,6 +44,9 @@ stdenv.mkDerivation rec {
"-DUSE_PCSC=1"
];
# causes possible redefinition of _FORTIFY_SOURCE?
hardeningDisable = [ "fortify3" ];
meta = with lib; {
description = ''
Provides library functionality for FIDO 2.0, including communication with a device over USB.