forked from mirrors/nixpkgs
linuxPackages.fusionio-vsl: disable pic hardening (still broken)
This commit is contained in:
parent
b2c6d28a1d
commit
fa3a35b241
|
@ -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