Merge pull request #124189 from Mic92/redis

redis: enable pie
This commit is contained in:
Jörg Thalheim 2021-05-24 12:21:31 +01:00 committed by GitHub
commit d59217b5f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
hardeningEnable = [ "pie" ];
NIX_CFLAGS_COMPILE = lib.optionals stdenv.cc.isClang [ "-std=c11" ];
doCheck = false; # needs tcl