olm: fix build by disabling _FORTIFY_SOURCE
This commit is contained in:
parent
9f447261c4
commit
8714a30e4c
1 changed files with 3 additions and 0 deletions
|
@ -18,5 +18,8 @@ stdenv.mkDerivation rec {
|
|||
doCheck = true;
|
||||
checkTarget = "test";
|
||||
|
||||
# requires optimisation but memory operations are compiled with -O0
|
||||
hardeningDisable = ["fortify"];
|
||||
|
||||
installFlags = "PREFIX=$(out)";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue