linuxPackages.nvidiabl: disable pic hardening
This commit is contained in:
parent
73a9ce2ce3
commit
5103e70a37
@ -8,6 +8,8 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "1c7ar39wc8jpqh67sw03lwnyp0m9l6dad469ybqrgcywdiwxspwj";
|
sha256 = "1c7ar39wc8jpqh67sw03lwnyp0m9l6dad469ybqrgcywdiwxspwj";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardeningDisable = [ "pic" ];
|
||||||
|
|
||||||
patches = [ ./linux4compat.patch ];
|
patches = [ ./linux4compat.patch ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user