forked from mirrors/nixpkgs
linuxPackages.frandom: disable pic hardening
This commit is contained in:
parent
7d9d2d6872
commit
a8deb8d647
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "15rgyk4hfawqg7z1spk2xlk1nn6rcdls8gdhc70f91shrc9pvlls";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "pic" ];
|
||||
|
||||
preBuild = ''
|
||||
kernelVersion=${kernel.modDirVersion}
|
||||
substituteInPlace Makefile \
|
||||
|
|
Loading…
Add table
Reference in a new issue