mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
Merge pull request #320882 from risicle/ris-liburing-disable-trivialautovarinit
liburing: disable `trivialautovarinit` hardening flag
This commit is contained in:
commit
4cc52593cd
@ -26,6 +26,9 @@ stdenv.mkDerivation rec {
|
||||
"--mandir=${placeholder "man"}/share/man"
|
||||
];
|
||||
|
||||
# mysterious link failure
|
||||
hardeningDisable = [ "trivialautovarinit" ];
|
||||
|
||||
# Doesn't recognize platform flags
|
||||
configurePlatforms = [ ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user