nanomq: disable fortify3 hardening flag for idl_serial build
This commit is contained in:
parent
c83bb71e10
commit
f6a103dc38
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ let
|
|||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ninja flex bison ];
|
||||
|
||||
# https://github.com/nanomq/idl-serial/issues/36
|
||||
hardeningDisable = [ "fortify3" ];
|
||||
};
|
||||
|
||||
in stdenv.mkDerivation (finalAttrs: {
|
||||
|
|
Loading…
Reference in a new issue