setools: turn off format hardening
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user