forked from mirrors/nixpkgs
redis: enable pie
This commit is contained in:
parent
ab51a2dbd6
commit
c266643ae2
|
@ -37,6 +37,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
hardeningEnable = [ "pie" ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = lib.optionals stdenv.cc.isClang [ "-std=c11" ];
|
||||
|
||||
doCheck = false; # needs tcl
|
||||
|
|
Loading…
Reference in a new issue