yubihsm-shell: disable fortify3 hardening flag
This commit is contained in:
parent
8e6d31c9c9
commit
445c385bc5
@ -58,6 +58,9 @@ stdenv.mkDerivation rec {
|
||||
"-DDISABLE_LTO=ON"
|
||||
];
|
||||
|
||||
# causes redefinition of _FORTIFY_SOURCE
|
||||
hardeningDisable = [ "fortify3" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "yubihsm-shell and libyubihsm";
|
||||
homepage = "https://github.com/Yubico/yubihsm-shell";
|
||||
|
Loading…
Reference in New Issue
Block a user