setools: turn off format hardening
This commit is contained in:
parent
92e7adef40
commit
7eb42d9513
@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
|
|||||||
"--with-tcl=${tcl}/lib"
|
"--with-tcl=${tcl}/lib"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-fstack-protector-all";
|
NIX_CFLAGS_COMPILE = "-fstack-protector-all";
|
||||||
NIX_LDFLAGS = "-L${libsepol}/lib -L${libselinux}/lib";
|
NIX_LDFLAGS = "-L${libsepol}/lib -L${libselinux}/lib";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user