gvm-libs: disable fortify3 hardening flag
This commit is contained in:
parent
f6a103dc38
commit
7d687c1d64
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue