mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
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"
|
||||
];
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-fstack-protector-all";
|
||||
NIX_LDFLAGS = "-L${libsepol}/lib -L${libselinux}/lib";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user