mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
setools: turn off format hardening
This commit is contained in:
parent
92e7adef40
commit
7eb42d9513
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue