gvm-libs: disable fortify3 hardening flag

This commit is contained in:
Robert Scott 2023-07-09 17:25:15 +01:00
parent f6a103dc38
commit 7d687c1d64

View File

@ -60,6 +60,9 @@ stdenv.mkDerivation rec {
"-DGVM_RUN_DIR=${placeholder "out"}/run/gvm"
];
# causes redefinition of _FORTIFY_SOURCE
hardeningDisable = [ "fortify3" ];
meta = with lib; {
description = "Libraries module for the Greenbone Vulnerability Management Solution";
homepage = "https://github.com/greenbone/gvm-libs";