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