linuxPackages.nvidiabl: disable pic hardening
This commit is contained in:
parent
73a9ce2ce3
commit
5103e70a37
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ stdenv.mkDerivation {
|
|||
sha256 = "1c7ar39wc8jpqh67sw03lwnyp0m9l6dad469ybqrgcywdiwxspwj";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "pic" ];
|
||||
|
||||
patches = [ ./linux4compat.patch ];
|
||||
|
||||
preConfigure = ''
|
||||
|
|
Loading…
Reference in a new issue