yubihsm-shell: disable fortify3 hardening flag

This commit is contained in:
Robert Scott 2023-07-09 18:48:20 +01:00
parent 8e6d31c9c9
commit 445c385bc5

View file

@ -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";