mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
atlas: Fix hardening
This commit is contained in:
parent
0cee9febc5
commit
f597e97236
@ -66,6 +66,8 @@ stdenv.mkDerivation {
|
||||
patches = optional tolerateCpuTimingInaccuracy ./disable-timing-accuracy-check.patch
|
||||
++ optional stdenv.isDarwin ./tmpdir.patch;
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
# Configure outside of the source directory.
|
||||
preConfigure = ''
|
||||
mkdir build
|
||||
@ -76,7 +78,6 @@ stdenv.mkDerivation {
|
||||
# * -t 0 disables use of multi-threading. It's not quite clear what the
|
||||
# consequences of that setting are and whether it's necessary or not.
|
||||
configureFlags = [
|
||||
"-Fa alg"
|
||||
"-t ${threads}"
|
||||
cpuConfig
|
||||
] ++ optional shared "--shared"
|
||||
|
Loading…
Reference in New Issue
Block a user