setools: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-12 18:02:25 +00:00
parent 92e7adef40
commit 7eb42d9513

View file

@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
"--with-tcl=${tcl}/lib"
];
hardening_format = false;
NIX_CFLAGS_COMPILE = "-fstack-protector-all";
NIX_LDFLAGS = "-L${libsepol}/lib -L${libselinux}/lib";