libfido2: disable fortify3 hardening flag
This commit is contained in:
parent
db3e94c3b2
commit
903f19e08e
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue