mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
linuxPackages.fusionio-vsl: disable pic hardening (still broken)
This commit is contained in:
parent
b2c6d28a1d
commit
fa3a35b241
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
src = srcs.vsl;
|
||||
|
||||
hardeningDisable = [ "pic" ];
|
||||
|
||||
prePatch = ''
|
||||
cd root/usr/src/iomemory-vsl-*
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue