mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
linuxPackages.bbswitch: turn off pic hardening
This commit is contained in:
parent
c72652baee
commit
c3a98e7521
@ -20,6 +20,8 @@ stdenv.mkDerivation {
|
||||
sha256 = "1lbr6pyyby4k9rn2ry5qc38kc738d0442jhhq57vmdjb6hxjya7m";
|
||||
}) ];
|
||||
|
||||
hardening_pic = false;
|
||||
|
||||
preBuild = ''
|
||||
substituteInPlace Makefile \
|
||||
--replace "\$(shell uname -r)" "${kernel.modDirVersion}" \
|
||||
|
Loading…
Reference in New Issue
Block a user