mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
mvfst: disable pacret
& trivialautovarinit
hardening flags (#398219)
This commit is contained in:
commit
a6f2734737
1 changed files with 7 additions and 0 deletions
|
@ -60,6 +60,13 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
gtest
|
||||
];
|
||||
|
||||
hardeningDisable = [
|
||||
# causes test failures on aarch64
|
||||
"pacret"
|
||||
# causes empty cmake files to be generated
|
||||
"trivialautovarinit"
|
||||
];
|
||||
|
||||
cmakeFlags =
|
||||
[
|
||||
(lib.cmakeBool "BUILD_SHARED_LIBS" (!stdenv.hostPlatform.isStatic))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue